From: Nizamudeen A Date: Thu, 18 Apr 2024 05:41:44 +0000 (+0530) Subject: mgr/dashboard: pin xmlsec to 1.3.13 X-Git-Tag: v19.1.0~62^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=67ea3655bb3cf0509c32d1dc76d3d2b8a18fa25f;p=ceph.git 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. https://github.com/xmlsec/python-xmlsec/issues/314 Fixes: https://tracker.ceph.com/issues/65571 Signed-off-by: Nizamudeen A (cherry picked from commit ac656f0437d651ae85daf39821f8eb12e132cb6a) --- diff --git a/src/pybind/mgr/dashboard/requirements-test.txt b/src/pybind/mgr/dashboard/requirements-test.txt index aa80b3336b540..b7229144c7564 100644 --- a/src/pybind/mgr/dashboard/requirements-test.txt +++ b/src/pybind/mgr/dashboard/requirements-test.txt @@ -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