python311Packages.woob: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 17:22:38 +01:00
parent 41c5e6c575
commit 4067f4cb18
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
, babel
, buildPythonPackage
, fetchFromGitLab
, fetchpatch
, pythonRelaxDepsHook
, html2text
, lxml
, packaging
@ -37,6 +37,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
];
propagatedBuildInputs = [