Files
meta-openembedded/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb
T
Ross Burton 3809d75326 meta-python: remove redundant PYPI_PACKAGE assignments
Remove assignments to PYPI_PACKAGE where the value is the default value,
that is the recipe name with any python3- prefix removed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-09-04 17:10:37 -07:00

23 lines
488 B
BlitzBasic

SUMMARY = "Brotli compression format"
HOMEPAGE = "https://pypi.org/project/Brotli/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
CVE_PRODUCT = "brotli"
SRC_URI[sha256sum] = "e310f77e41941c13340a95976fe66a8a95b01e783d430eeaf7a2f87e0a57dd0a"
inherit pypi pkgconfig python_setuptools_build_meta
DEPENDS += " \
python3-pkgconfig-native \
"
RDEPENDS:${PN} += " \
python3-cffi \
"
BBCLASSEXTEND = "native nativesdk"