mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.xmlsec: unpin lxml
This commit is contained in:
parent
05c1067067
commit
3bf49825cb
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ buildPythonPackage (finalAttrs: {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "lxml==" "lxml>=" \
|
||||
--replace-fail "setuptools==" "setuptools>="
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue