mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
python3-setuptools-scm RDEPENDS on it for nativesdk Fixes: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2766/steps/13/logs/warnings (From OE-Core rev: c984ef67f8dff27e0ce24628f28d196cdc76055e) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
448 B
BlitzBasic
14 lines
448 B
BlitzBasic
DESCRIPTION = "Core utilities for Python packages"
|
|
HOMEPAGE = "https://github.com/pypa/packaging"
|
|
LICENSE = "Apache-2.0 | BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
|
|
|
|
SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
DEPENDS += "${PYTHON_PN}-setuptools-native"
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"
|