summaryrefslogtreecommitdiff
path: root/security/py-python3-saml/files
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 20:34:16 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 21:00:17 +0800
commitd25899a4d1f4f9a9f426ae13e88751e213c1980f (patch)
treeacdb5218a8fbedb031a5225ff4db6c49e6b36e06 /security/py-python3-saml/files
parentsecurity/py-pyspnego: Update to 0.7.0 (diff)
security/py-python3-saml: Update to 1.15.0
- Update WWW Changes: https://github.com/SAML-Toolkits/python3-saml/releases
Diffstat (limited to 'security/py-python3-saml/files')
-rw-r--r--security/py-python3-saml/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/py-python3-saml/files/patch-setup.py b/security/py-python3-saml/files/patch-setup.py
deleted file mode 100644
index 1cd00104abb2..000000000000
--- a/security/py-python3-saml/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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'
- ],