diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_6.1.bb | 6 |
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 | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | ${PYTHON_PN}-misc \ | ||
| 28 | ${PYTHON_PN}-logging \ | ||
| 29 | ${PYTHON_PN}-numbers \ | ||
| 30 | " | ||
| 31 | |||
| 26 | CVE_PRODUCT = "pillow" | 32 | CVE_PRODUCT = "pillow" |
| 27 | 33 | ||
| 28 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
