diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2023-01-31 15:08:51 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-22 01:07:43 -0800 |
commit | 3f2aee1b080e2f9ab2d0a7326581dad2f07ca6ef (patch) | |
tree | fb840537aad50425e4ed2816ed9c4692fcfdbfa8 /meta-python | |
parent | 2e7903d8613ccf885b432fd1a9452c1f51094228 (diff) | |
download | meta-openembedded-3f2aee1b080e2f9ab2d0a7326581dad2f07ca6ef.tar.gz |
python3-pillow: Add distutils, unixadmin for ptest
ptest results:
====== 3600 passed, 324 skipped, 2 xfailed, 1 xpassed in 74.41s (0:01:14) ======
for qemux86-64 with 2 GB RAM which is the same as seen on master.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | 2 |
1 files changed, 2 insertions, 0 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 9f1cc9eac5..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 | |||
@@ -38,11 +38,13 @@ RDEPENDS:${PN}-ptest += " \ | |||
38 | jpeg-tools \ | 38 | jpeg-tools \ |
39 | libwebp \ | 39 | libwebp \ |
40 | ${PYTHON_PN}-core \ | 40 | ${PYTHON_PN}-core \ |
41 | ${PYTHON_PN}-distutils \ | ||
41 | ${PYTHON_PN}-image \ | 42 | ${PYTHON_PN}-image \ |
42 | ${PYTHON_PN}-mmap \ | 43 | ${PYTHON_PN}-mmap \ |
43 | ${PYTHON_PN}-pytest \ | 44 | ${PYTHON_PN}-pytest \ |
44 | ${PYTHON_PN}-pytest-timeout \ | 45 | ${PYTHON_PN}-pytest-timeout \ |
45 | ${PYTHON_PN}-resource \ | 46 | ${PYTHON_PN}-resource \ |
47 | ${PYTHON_PN}-unixadmin\ | ||
46 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'tk', '', d)} \ | 48 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'tk', '', d)} \ |
47 | " | 49 | " |
48 | 50 | ||