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

12 lines
394 B
BlitzBasic

SUMMARY = "Recipe to embedded the Python PiP Package icontract"
HOMEPAGE = "https://pypi.org/project/icontract"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1d4a9b1f6b84bedf7a38843931e0dd57"
inherit pypi setuptools3
SRC_URI[sha256sum] = "df37a43d86d532407bc6b84dea29dd9f7ece794b73211769fa8a33a76b8ed145"
RDEPENDS:${PN} += "python3-asttokens"
BBCLASSEXTEND = "native nativesdk"