diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb index de3c92c3d3..487e4b54c4 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb | |||
@@ -13,6 +13,9 @@ SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8" | |||
13 | 13 | ||
14 | inherit setuptools3 | 14 | inherit setuptools3 |
15 | 15 | ||
16 | PIP_INSTALL_PACKAGE = "Pillow" | ||
17 | PIP_INSTALL_DIST_PATH = "${S}/dist" | ||
18 | |||
16 | DEPENDS += " \ | 19 | DEPENDS += " \ |
17 | zlib \ | 20 | zlib \ |
18 | jpeg \ | 21 | jpeg \ |