Skip to content

Commit f49c909

Browse files
authored
python3Packages.mandown: relax pillow dependency (#357190)
2 parents 8f5d886 + fdd511f commit f49c909

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)