diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-11-27 20:24:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-30 14:42:22 +0000 |
commit | c51fde1dbc4a8ca7aa72cb41eaa70e51ed32e327 (patch) | |
tree | 8e0d3cd188e5d20640c4b04dd8fa04e9f8a955eb | |
parent | 8dd56af23a4eb095621f8c0510d9950345c8e849 (diff) | |
download | poky-c51fde1dbc4a8ca7aa72cb41eaa70e51ed32e327.tar.gz |
python3-packaging: move from meta-python
Core utilities for Python packages
* Part of the dependency chain for pytest
(From OE-Core rev: c1aa2915bb16d7db4ade38b0cf107917aab09644)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-packaging_20.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_20.4.bb b/meta/recipes-devtools/python/python3-packaging_20.4.bb new file mode 100644 index 0000000000..c75707e69c --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging_20.4.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Core utilities for Python packages" | ||
2 | HOMEPAGE = "https://github.com/pypa/packaging" | ||
3 | LICENSE = "Apache-2.0 & BSD" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | ||
5 | |||
6 | SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005" | ||
7 | SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | BBCLASSEXTEND = "native" | ||
12 | |||
13 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" | ||