From: Ernesto Puerta Date: Tue, 18 Feb 2025 11:51:08 +0000 (+0100) Subject: mgr/dashboard: fix Python xmlsec build issue X-Git-Tag: v20.0.0~129^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=312ebf1d3a5ae91eb25f5aa201fa8e57f65a85d3;p=ceph.git mgr/dashboard: fix Python xmlsec build issue It disables the specific pinning to a Python xmlsec version. Fixes: https://tracker.ceph.com/issues/70019 Fixes: 37e633384b7c18893bc0e30a8f3967f6496da00b Fixes: https://github.com/ceph/ceph/pull/61089 Signed-off-by: Ernesto Puerta --- diff --git a/src/pybind/mgr/dashboard/requirements-test.txt b/src/pybind/mgr/dashboard/requirements-test.txt index b7229144c7564..a873e8aa9d0ae 100644 --- a/src/pybind/mgr/dashboard/requirements-test.txt +++ b/src/pybind/mgr/dashboard/requirements-test.txt @@ -3,4 +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 +#xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314