python3Packages.xmlsec: unpin lxml

This commit is contained in:
Robert Schütz
2026-05-30 03:53:20 +02:00
committed by Martin Weinelt
parent 05c1067067
commit 3bf49825cb
@@ -40,6 +40,7 @@ buildPythonPackage (finalAttrs: {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "lxml==" "lxml>=" \
--replace-fail "setuptools==" "setuptools>="
'';