From: Tim Orling Date: Sat, 28 Nov 2020 04:24:22 +0000 (-0800) Subject: python3-packaging: move from meta-python X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1aa2915bb16d7db4ade38b0cf107917aab09644;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-packaging: move from meta-python Core utilities for Python packages * Part of the dependency chain for pytest Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-packaging_20.4.bb b/meta/recipes-devtools/python/python3-packaging_20.4.bb new file mode 100644 index 00000000000..c75707e69c7 --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging_20.4.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Core utilities for Python packages" +HOMEPAGE = "https://github.com/pypa/packaging" +LICENSE = "Apache-2.0 & BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" + +SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005" +SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" +RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"