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:
parent
6c77085e6a
commit
a4fcb461fe
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ in buildPythonPackage rec {
|
|||
|
||||
nativeCheckInputs = [ glibcLocales ];
|
||||
|
||||
buildInputs = [ ft pillow ];
|
||||
buildInputs = [ ft ];
|
||||
propagatedBuildInputs = [ pillow ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
|
|
Loading…
Reference in a new issue