diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -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 68c81029c0..9f1cc9eac5 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 | |||
| @@ -43,7 +43,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 43 | ${PYTHON_PN}-pytest \ | 43 | ${PYTHON_PN}-pytest \ |
| 44 | ${PYTHON_PN}-pytest-timeout \ | 44 | ${PYTHON_PN}-pytest-timeout \ |
| 45 | ${PYTHON_PN}-resource \ | 45 | ${PYTHON_PN}-resource \ |
| 46 | tk \ | 46 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'tk', '', d)} \ |
| 47 | " | 47 | " |
| 48 | 48 | ||
| 49 | CVE_PRODUCT = "pillow" | 49 | CVE_PRODUCT = "pillow" |
