Skip to content

Commit fdd511f

Browse files
committed
python3Packages.mandown: relax pillow dependency
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 3239d86 commit fdd511f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/development/python-modules/comicon/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ buildPythonPackage rec {
2828
poetry-core
2929
];
3030

31-
pythonRelaxDeps = [ "pypdf" ];
31+
pythonRelaxDeps = [
32+
"pillow"
33+
"pypdf"
34+
];
3235

3336
propagatedBuildInputs = [
3437
ebooklib

0 commit comments

Comments
 (0)