Unverified Commit f49c9092 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.mandown: relax pillow dependency (#357190)

parents 8f5d8862 fdd511f6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,7 +28,10 @@ buildPythonPackage rec {
    poetry-core
  ];

  pythonRelaxDeps = [ "pypdf" ];
  pythonRelaxDeps = [
    "pillow"
    "pypdf"
  ];

  propagatedBuildInputs = [
    ebooklib