woob: fix build by adding rich to pythonRelaxDeps (#401249)

This commit is contained in:
Damien Cassou
2025-04-24 16:10:30 +02:00
committed by GitHub
@@ -49,7 +49,10 @@ buildPythonPackage rec {
setuptools
];
pythonRelaxDeps = [ "packaging" ];
pythonRelaxDeps = [
"packaging"
"rich"
];
propagatedBuildInputs = [
babel