From dde0d656e1dd2e25d733e18bcfcf50f90eaddae9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Sep 2024 08:38:30 -0700 Subject: python3-pillow: Add missing rdep on py3-compile for ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python') 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 \ -- cgit v1.2.3-54-g00ecf