mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 17:50:25 +00:00
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>
12 lines
394 B
BlitzBasic
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"
|