Skip to content

Commit 5bda6df

Browse files
authored
Try pinning xmlsec to work around build failure (#327)
Refs: xmlsec/python-xmlsec#314 Signed-off-by: Rick Elrod <[email protected]>
1 parent 5eafa62 commit 5bda6df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements/requirements_all.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,6 @@ uritemplate==4.1.1
139139
urllib3==2.2.1
140140
# via requests
141141
xmlsec==1.3.13
142-
# via python3-saml
142+
# via
143+
# -r requirements/requirements_authentication.in
144+
# python3-saml

requirements/requirements_authentication.in

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ python-ldap
1010
# Social Authenticator Plugins
1111
python3-saml
1212
tacacs_plus
13+
14+
xmlsec==1.3.13 # Pin for https://github.com/xmlsec/python-xmlsec/issues/314

0 commit comments

Comments
 (0)