Unverified Commit a4fcb461 authored by hacker1024's avatar hacker1024 Committed by GitHub
Browse files

python310Packages.reportlab: Move Pillow into propagatedBuildInputs (#216761)



* reportlab: Move Pillow into propagatedBuildInputs

Pillow needs to be available at runtime, as it is a Python package.

Co-authored-by: default avatarpanicgh <79252025+panicgh@users.noreply.github.com>
parent 6c77085e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@ in buildPythonPackage rec {

  nativeCheckInputs = [ glibcLocales ];

  buildInputs = [ ft pillow ];
  buildInputs = [ ft ];
  propagatedBuildInputs = [ pillow ];

  postPatch = ''
    substituteInPlace setup.py \