mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.fints: relax lxml constraint
This commit is contained in:
parent
3fafa2172b
commit
8dde749906
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ buildPythonPackage rec {
|
|||
hash = "sha256-ll2+PtcGQiY5nbQTKVetd2ecDBVSXgzWP4Vzzri1Trs=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "lxml" ];
|
||||
|
||||
pythonRemoveDeps = [ "enum-tools" ];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue