mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python3Packages.mandown: relax pillow dependency
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
3239d863ac
commit
fdd511f607
@ -28,7 +28,10 @@ buildPythonPackage rec {
|
||||
poetry-core
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "pypdf" ];
|
||||
pythonRelaxDeps = [
|
||||
"pillow"
|
||||
"pypdf"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ebooklib
|
||||
|
Loading…
Reference in New Issue
Block a user