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: panicgh <79252025+panicgh@users.noreply.github.com>
This commit is contained in:
hacker1024 2023-04-02 11:04:49 +10:00 committed by GitHub
parent 6c77085e6a
commit a4fcb461fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ in buildPythonPackage rec {
nativeCheckInputs = [ glibcLocales ];
buildInputs = [ ft pillow ];
buildInputs = [ ft ];
propagatedBuildInputs = [ pillow ];
postPatch = ''
substituteInPlace setup.py \