Files
meta-openembedded/meta-python/recipes-devtools/python/python3-distro_1.9.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

19 lines
434 B
BlitzBasic

SUMMARY = "Distro is an OS platform information API"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
SRC_URI[sha256sum] = "2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} = "\
python3-core \
python3-json \
python3-logging \
python3-shell \
"
BBCLASSEXTEND = "native nativesdk"