mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
python3-pillow: Add missing rdep on py3-compile for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -41,12 +41,13 @@ RDEPENDS:${PN} += " \
|
|||||||
python3-numbers \
|
python3-numbers \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \
|
||||||
"
|
"
|
||||||
|
# python3-compile for filecmp module
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
bash \
|
bash \
|
||||||
ghostscript \
|
ghostscript \
|
||||||
jpeg-tools \
|
jpeg-tools \
|
||||||
libwebp \
|
libwebp \
|
||||||
|
python3-compile \
|
||||||
python3-core \
|
python3-core \
|
||||||
python3-image \
|
python3-image \
|
||||||
python3-mmap \
|
python3-mmap \
|
||||||
|
|||||||
Reference in New Issue
Block a user