summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_6.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_6.1.bb b/meta-python/recipes-devtools/python/python3-pillow_6.1.bb
index 13e6b4143e..b74326755b 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_6.1.bb
@@ -23,6 +23,12 @@ DEPENDS += " \
23 openjpeg \ 23 openjpeg \
24" 24"
25 25
26RDEPENDS_${PN} += " \
27 ${PYTHON_PN}-misc \
28 ${PYTHON_PN}-logging \
29 ${PYTHON_PN}-numbers \
30"
31
26CVE_PRODUCT = "pillow" 32CVE_PRODUCT = "pillow"
27 33
28S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"