From f512f9c72957ab0ff2aee4ca267f0f65644b6ccc Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 16 Apr 2022 11:58:24 +0800 Subject: security/py-python3-saml: Update to 1.14.0 Changes: https://github.com/onelogin/python3-saml/releases --- security/py-python3-saml/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/py-python3-saml/files/patch-setup.py (limited to 'security/py-python3-saml/files') 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' + ], -- cgit v1.2.3