summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-packaging_20.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-packaging_20.4.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
new file mode 100644
index 0000000000..0f78fd0168
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Core utilities for Python packages"
2HOMEPAGE = "https://github.com/pypa/packaging"
3LICENSE = "Apache-2.0 & BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
5
6SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005"
7SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
8
9inherit pypi setuptools3
10
11DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
12RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"