Skip to content

Commit 67ea365

Browse files
committed
mgr/dashboard: pin xmlsec to 1.3.13
xmlsec is an inner dependency used by python3-saml. A newer release of it broke the import. xmlsec/python-xmlsec#314 Fixes: https://tracker.ceph.com/issues/65571 Signed-off-by: Nizamudeen A <[email protected]> (cherry picked from commit ac656f0)
1 parent d0bf63d commit 67ea365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest-instafail
33
pyfakefs==4.5.0
44
jsonschema~=4.0
55
PyJWT~=2.0
6+
xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314

0 commit comments

Comments
 (0)