python3-pillow-heif: add python3-wheel-native to DEPENDS

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>
This commit is contained in:
Khem Raj
2026-08-16 16:29:50 -07:00
parent f96c689e17
commit 6f59e8f707
@@ -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"