mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-24 11:40:17 +00:00
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>
19 lines
615 B
BlitzBasic
19 lines
615 B
BlitzBasic
DESCRIPTION = "Python interface for libheif library"
|
|
HOMEPAGE = "https://github.com/bigcat88/pillow_heif"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6c07a92aed67c33bc346748d7c7e991"
|
|
|
|
# While this item does not require it, it depends on libheif which does
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
PYPI_PACKAGE = "pillow_heif"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
SRC_URI += "file://0001-setup.py-support-cross-compiling.patch"
|
|
SRC_URI[sha256sum] = "16b11a37b762ff42da2d36527bb5cb14bd9194c24c389ee911155d6e23c53065"
|
|
|
|
DEPENDS += "libheif python3-wheel-native"
|
|
|
|
RDEPENDS:${PN} += "python3-pillow"
|