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..f67e09d8a104
--- /dev/null
+++ b/security/py-python3-saml/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2021-01-14 10:34:05 UTC
++++ setup.py
+@@ -39,7 +39,7 @@ setup(
+ 'isodate>=0.5.0',
+ 'lxml>=3.3.5',
+ 'xmlsec>=1.0.5',
+- 'defusedxml==0.6.0'
++ 'defusedxml>=0.6.0'
+ ],
+ dependency_links=['http://github.com/mehcode/python-xmlsec/tarball/master'],
+ extras_require={