]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: pin lxml to fix run-dashboard-tox-make-check failure 62256/head
authorNizamudeen A <nia@redhat.com>
Wed, 12 Mar 2025 07:06:42 +0000 (12:36 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 12 Mar 2025 17:17:26 +0000 (22:47 +0530)
xmlsec had an upgrade yesterday night and python3-saml might need to
adapt its library accordingly I suppose. Testing a fix by pinning lxml

Another approach is being tried out separately
https://github.com/ceph/ceph/pull/62239, but that is failing with some
other errors.

Fixes: https://tracker.ceph.com/issues/70411
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 1f84505f1232dd8445df1a2a819fa000062d3934)

 Conflicts:
src/pybind/mgr/dashboard/requirements.txt
 - only kept the lxml pinning. didn't add the newer deps that are
   present in main

src/pybind/mgr/dashboard/requirements.txt

index 24bb3d3864d11b33169172e3bf2237d8f2012d6f..70dd62c4be819b08039c2cb72a0a56d5420a8477 100644 (file)
@@ -11,3 +11,4 @@ pyyaml
 natsort
 setuptools
 jsonpatch
+lxml==4.8.0  # to fix https://github.com/xmlsec/python-xmlsec/issues/320