summaryrefslogtreecommitdiff
path: root/security/py-python3-saml/files/patch-setup.py
blob: 1cd00104abb297596c3b2c42673d9dda8f7d41ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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'
     ],