woob: fix build by adding rich to pythonRelaxDeps (#401249)
This commit is contained in:
@@ -49,7 +49,10 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "packaging" ];
|
||||
pythonRelaxDeps = [
|
||||
"packaging"
|
||||
"rich"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
babel
|
||||
|
||||
Reference in New Issue
Block a user