python311Packages.woob: relax packaging constraint

This commit is contained in:
Martin Weinelt
2024-03-28 16:48:07 +01:00
parent 41c5e6c575
commit 4067f4cb18
@@ -2,7 +2,7 @@
, babel
, buildPythonPackage
, fetchFromGitLab
, fetchpatch
, pythonRelaxDepsHook
, html2text
, lxml
, packaging
@@ -37,6 +37,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
];
propagatedBuildInputs = [