python3Packages.mandown: relax pillow dependency (#357190)
This commit is contained in:
@@ -28,7 +28,10 @@ buildPythonPackage rec {
|
||||
poetry-core
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "pypdf" ];
|
||||
pythonRelaxDeps = [
|
||||
"pillow"
|
||||
"pypdf"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ebooklib
|
||||
|
||||
Reference in New Issue
Block a user