diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-27 17:22:38 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-27 18:35:27 +0100 |
| commit | b879dfd10fe62166e2f514b54d34831d8088eec6 (patch) | |
| tree | 1703e661bc1a56c5050fc2c32147b874c05d1b71 /pkgs/development/python-modules | |
| parent | 5e66d3a50c5cfded493dc1718dbae5600e1577b2 (diff) | |
python311Packages.woob: relax packaging constraint
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/woob/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/woob/default.nix b/pkgs/development/python-modules/woob/default.nix index 0887533adb9a..abc876b388a8 100644 --- a/pkgs/development/python-modules/woob/default.nix +++ b/pkgs/development/python-modules/woob/default.nix @@ -2,7 +2,7 @@ , babel , buildPythonPackage , fetchFromGitLab -, fetchpatch +, pythonRelaxDepsHook , html2text , lxml , packaging @@ -37,6 +37,11 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools + pythonRelaxDepsHook + ]; + + pythonRelaxDeps = [ + "packaging" ]; propagatedBuildInputs = [ |
