python3Packages.xmlsec: unpin lxml

This commit is contained in:
Robert Schütz 2026-05-23 19:33:32 -07:00 committed by Martin Weinelt
commit 3bf49825cb

View file

@ -40,6 +40,7 @@ buildPythonPackage (finalAttrs: {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "lxml==" "lxml>=" \
--replace-fail "setuptools==" "setuptools>="
'';