mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
450 B
BlitzBasic
14 lines
450 B
BlitzBasic
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[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"
|