summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-packaging_20.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-packaging_20.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-packaging_20.3.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-packaging_20.3.bb b/meta-python/recipes-devtools/python/python3-packaging_20.3.bb
index aa20fb26f9..9eee84b1b2 100644
--- a/meta-python/recipes-devtools/python/python3-packaging_20.3.bb
+++ b/meta-python/recipes-devtools/python/python3-packaging_20.3.bb
@@ -1,2 +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] = "19e0d1f82a9007b448650ccfeffd0a26"
7SRC_URI[sha256sum] = "3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3"
8
1inherit pypi setuptools3 9inherit pypi setuptools3
2require python-packaging.inc 10
11DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
12RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"