diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-12 12:47:54 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-13 21:34:21 -0700 |
commit | b6b29b8210c6e024403a3bec0c995b9921dc8004 (patch) | |
tree | a4df2b0e65020c358be79f410993dff1cafeb465 /meta-python/recipes-devtools/python/python-packaging.inc | |
parent | 5e1b86c1b23a404fa2c9358e03e1b593e308730d (diff) | |
download | meta-openembedded-b6b29b8210c6e024403a3bec0c995b9921dc8004.tar.gz |
python3-packaging: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-packaging.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-packaging.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-packaging.inc b/meta-python/recipes-devtools/python/python-packaging.inc deleted file mode 100644 index 418483f4e8..0000000000 --- a/meta-python/recipes-devtools/python/python-packaging.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
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] = "19e0d1f82a9007b448650ccfeffd0a26" | ||
7 | SRC_URI[sha256sum] = "3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3" | ||
8 | |||
9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" | ||