python3-pillow: Add missing rdep on py3-compile for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-09-15 08:38:30 -07:00
parent 81e9af3ed0
commit dde0d656e1
@@ -41,12 +41,13 @@ RDEPENDS:${PN} += " \
python3-numbers \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb', '', d)} \
"
# python3-compile for filecmp module
RDEPENDS:${PN}-ptest += " \
bash \
ghostscript \
jpeg-tools \
libwebp \
python3-compile \
python3-core \
python3-image \
python3-mmap \