diff mbox series

[meta-python] python3-pillow-heif: add python3-wheel-native to DEPENDS

Message ID 20260816233150.2078123-1-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python] python3-pillow-heif: add python3-wheel-native to DEPENDS | expand

Commit Message

Khem Raj Aug. 16, 2026, 11:31 p.m. UTC
Fixes
ERROR Unmet dependencies (checked against ... recipe-sysroot-native/usr/bin/nativepython3):
	wheel
		wanted: any
		found: not installed

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../recipes-devtools/python/python3-pillow-heif_1.5.0.bb        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.5.0.bb b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.5.0.bb
index 4558715113..fe1ae909d5 100644
--- a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.5.0.bb
+++ b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.5.0.bb
@@ -13,6 +13,6 @@  inherit pypi python_setuptools_build_meta
 SRC_URI += "file://0001-setup.py-support-cross-compiling.patch"
 SRC_URI[sha256sum] = "16b11a37b762ff42da2d36527bb5cb14bd9194c24c389ee911155d6e23c53065"

-DEPENDS += "libheif"
+DEPENDS += "libheif python3-wheel-native"

 RDEPENDS:${PN} += "python3-pillow"