diff mbox series

[meta-python,1/4] python3-pillow: Add missing rdep on py3-compile for ptests

Message ID 20240915193709.1131399-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/4] python3-pillow: Add missing rdep on py3-compile for ptests | expand

Commit Message

Khem Raj Sept. 15, 2024, 7:37 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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} += " \
     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 \