python3Packages.fints: relax lxml constraint

This commit is contained in:
Martin Weinelt 2026-07-03 11:14:11 +02:00
commit 8dde749906
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -24,6 +24,8 @@ buildPythonPackage rec {
hash = "sha256-ll2+PtcGQiY5nbQTKVetd2ecDBVSXgzWP4Vzzri1Trs=";
};
pythonRelaxDeps = [ "lxml" ];
pythonRemoveDeps = [ "enum-tools" ];
build-system = [ setuptools ];