summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-packaging_21.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-packaging_21.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-packaging_21.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_21.2.bb b/meta/recipes-devtools/python/python3-packaging_21.2.bb
new file mode 100644
index 0000000000..5e9541082f
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-packaging_21.2.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "Core utilities for Python packages"
2HOMEPAGE = "https://github.com/pypa/packaging"
3LICENSE = "Apache-2.0 | BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
5
6SRC_URI[sha256sum] = "096d689d78ca690e4cd8a89568ba06d07ca097e3306a4381635073ca91479966"
7
8SRC_URI += "file://8cb9dbf19e2b76ab025efc11208bd50e09e8223e.patch"
9
10inherit pypi setuptools3
11
12BBCLASSEXTEND = "native nativesdk"
13
14DEPENDS += "${PYTHON_PN}-setuptools-native"
15RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"