]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix Python xmlsec build issue 61871/head
authorErnesto Puerta <epuertat@redhat.com>
Tue, 18 Feb 2025 11:51:08 +0000 (12:51 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Tue, 18 Feb 2025 11:51:08 +0000 (12:51 +0100)
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 <epuertat@redhat.com>
src/pybind/mgr/dashboard/requirements-test.txt

index b7229144c75646e2678ab0f35ebc54bd2eb82a90..a873e8aa9d0ae4a05b48012342068690d5bca4ee 100644 (file)
@@ -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