Skip to content

Commit 312ebf1

Browse files
committed
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: 37e6333 Fixes: ceph#61089 Signed-off-by: Ernesto Puerta <[email protected]>
1 parent 8bc54ae commit 312ebf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pytest-instafail
33
pyfakefs==4.5.0
44
jsonschema~=4.0
55
PyJWT~=2.0
6-
xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314
6+
#xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314

0 commit comments

Comments
 (0)