python3Packages.fints: relax lxml constraint

This commit is contained in:
Martin Weinelt
2026-07-04 12:18:25 +02:00
parent 3fafa2172b
commit 8dde749906
@@ -24,6 +24,8 @@ buildPythonPackage rec {
hash = "sha256-ll2+PtcGQiY5nbQTKVetd2ecDBVSXgzWP4Vzzri1Trs=";
};
pythonRelaxDeps = [ "lxml" ];
pythonRemoveDeps = [ "enum-tools" ];
build-system = [ setuptools ];