diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 08:38:30 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-15 12:37:30 -0700 |
commit | dde0d656e1dd2e25d733e18bcfcf50f90eaddae9 (patch) | |
tree | 560a996f08236ad8cae402492ce3af5f2a099a55 /meta-python | |
parent | 81e9af3ed02e8ec655aa9ae4e8f26fb11eb434fc (diff) | |
download | meta-openembedded-dde0d656e1dd2e25d733e18bcfcf50f90eaddae9.tar.gz |
python3-pillow: Add missing rdep on py3-compile for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb index 2a9d9217f6..a9cb903ac1 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb | |||
@@ -41,12 +41,13 @@ RDEPENDS:${PN} += " \ | |||
41 | python3-numbers \ | 41 | python3-numbers \ |
42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \ | 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \ |
43 | " | 43 | " |
44 | 44 | # python3-compile for filecmp module | |
45 | RDEPENDS:${PN}-ptest += " \ | 45 | RDEPENDS:${PN}-ptest += " \ |
46 | bash \ | 46 | bash \ |
47 | ghostscript \ | 47 | ghostscript \ |
48 | jpeg-tools \ | 48 | jpeg-tools \ |
49 | libwebp \ | 49 | libwebp \ |
50 | python3-compile \ | ||
50 | python3-core \ | 51 | python3-core \ |
51 | python3-image \ | 52 | python3-image \ |
52 | python3-mmap \ | 53 | python3-mmap \ |