diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 11:58:24 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 12:19:27 +0800 |
commit | f512f9c72957ab0ff2aee4ca267f0f65644b6ccc (patch) | |
tree | 9a896214455e2f0387987b740167b14f651d0a41 /security/py-python3-saml/files | |
parent | security/py-azure-keyvault-secrets: Update to 4.4.0 (diff) |
security/py-python3-saml: Update to 1.14.0
Changes: https://github.com/onelogin/python3-saml/releases
Diffstat (limited to 'security/py-python3-saml/files')
-rw-r--r-- | security/py-python3-saml/files/patch-setup.py | 11 |
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' + ], |