]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: pin xmlsec to 1.3.13
authorNizamudeen A <nia@redhat.com>
Thu, 18 Apr 2024 05:41:44 +0000 (11:11 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 19 Apr 2024 05:37:41 +0000 (11:07 +0530)
xmlsec is an inner dependency used by python3-saml. A newer release of
it broke the import.
https://github.com/xmlsec/python-xmlsec/issues/314

Fixes: https://tracker.ceph.com/issues/65571
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ac656f0437d651ae85daf39821f8eb12e132cb6a)

src/pybind/mgr/dashboard/requirements-test.txt

index aa80b3336b5407ae000ace90647fd380b58b0cc6..b7229144c75646e2678ab0f35ebc54bd2eb82a90 100644 (file)
@@ -3,3 +3,4 @@ pytest-instafail
 pyfakefs==4.5.0
 jsonschema~=4.0
 PyJWT~=2.0
+xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314