diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb index 5a466778c0..86705d2d8e 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | |||
@@ -45,7 +45,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
45 | ${PYTHON_PN}-pytest-timeout \ | 45 | ${PYTHON_PN}-pytest-timeout \ |
46 | ${PYTHON_PN}-resource \ | 46 | ${PYTHON_PN}-resource \ |
47 | ${PYTHON_PN}-unixadmin\ | 47 | ${PYTHON_PN}-unixadmin\ |
48 | tk \ | 48 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'tk', '', d)} \ |
49 | " | 49 | " |
50 | 50 | ||
51 | CVE_PRODUCT = "pillow" | 51 | CVE_PRODUCT = "pillow" |