mgr/dashboard: pin lxml to fix run-dashboard-tox-make-check failure

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>
This commit is contained in:
Nizamudeen A 2025-03-12 12:36:42 +05:30
parent be3c7b5fb2
commit 1f84505f12

View File

@ -14,3 +14,4 @@ jsonpatch
grpcio==1.46.5
grpcio-tools==1.46.5
jmespath
lxml==4.8.0 # to fix https://github.com/xmlsec/python-xmlsec/issues/320