diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb index 76b3a82db9..7ec43c60d3 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb | |||
@@ -30,6 +30,7 @@ RDEPENDS:${PN} += " \ | |||
30 | ${PYTHON_PN}-misc \ | 30 | ${PYTHON_PN}-misc \ |
31 | ${PYTHON_PN}-logging \ | 31 | ${PYTHON_PN}-logging \ |
32 | ${PYTHON_PN}-numbers \ | 32 | ${PYTHON_PN}-numbers \ |
33 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \ | ||
33 | " | 34 | " |
34 | 35 | ||
35 | RDEPENDS:${PN}-ptest += " \ | 36 | RDEPENDS:${PN}-ptest += " \ |