From 312ebf1d3a5ae91eb25f5aa201fa8e57f65a85d3 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Tue, 18 Feb 2025 12:51:08 +0100 Subject: [PATCH] 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 --- src/pybind/mgr/dashboard/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/requirements-test.txt b/src/pybind/mgr/dashboard/requirements-test.txt index b7229144c756..a873e8aa9d0a 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 -- 2.47.3