diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb index 1cc833e1ba..91b02ea017 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb | |||
| @@ -27,9 +27,9 @@ DEPENDS += " \ | |||
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | RDEPENDS:${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
| 30 | ${PYTHON_PN}-misc \ | 30 | python3-misc \ |
| 31 | ${PYTHON_PN}-logging \ | 31 | python3-logging \ |
| 32 | ${PYTHON_PN}-numbers \ | 32 | python3-numbers \ |
| 33 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \ | 33 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
| @@ -38,13 +38,14 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 38 | ghostscript \ | 38 | ghostscript \ |
| 39 | jpeg-tools \ | 39 | jpeg-tools \ |
| 40 | libwebp \ | 40 | libwebp \ |
| 41 | ${PYTHON_PN}-core \ | 41 | python3-core \ |
| 42 | ${PYTHON_PN}-image \ | 42 | python3-image \ |
| 43 | ${PYTHON_PN}-mmap \ | 43 | python3-mmap \ |
| 44 | ${PYTHON_PN}-pytest \ | 44 | python3-pytest \ |
| 45 | ${PYTHON_PN}-pytest-timeout \ | 45 | python3-pytest-timeout \ |
| 46 | ${PYTHON_PN}-resource \ | 46 | python3-resource \ |
| 47 | ${PYTHON_PN}-unixadmin\ | 47 | python3-unittest-automake-output \ |
| 48 | python3-unixadmin\ | ||
| 48 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'tk', '', d)} \ | 49 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'tk', '', d)} \ |
| 49 | " | 50 | " |
| 50 | 51 | ||
