python311Packages.woob: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 17:22:38 +01:00
parent 5e66d3a50c
commit b879dfd10f
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 = [