mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
python3-packaging: update 21.2 -> 21.3
(From OE-Core rev: f1b1eaf63cd0a762f149d2fed9cbef98eb7f4977) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13588826a5
commit
98b85e193e
13
meta/recipes-devtools/python/python3-packaging_21.3.bb
Normal file
13
meta/recipes-devtools/python/python3-packaging_21.3.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
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] = "dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-native"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"
|
||||
Reference in New Issue
Block a user