summaryrefslogtreecommitdiff
path: root/security/py-python3-saml/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-python3-saml/files')
-rw-r--r--security/py-python3-saml/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-python3-saml/files/patch-setup.py b/security/py-python3-saml/files/patch-setup.py
new file mode 100644
index 000000000000..1cd00104abb2
--- /dev/null
+++ b/security/py-python3-saml/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2022-02-18 22:52:53 UTC
++++ setup.py
+@@ -39,7 +39,7 @@ setup(
+ },
+ test_suite='tests',
+ install_requires=[
+- 'lxml<4.7.1',
++ 'lxml',
+ 'isodate>=0.6.1',
+ 'xmlsec>=1.3.9'
+ ],