From 819e7cba3c4641ea45ae84e67dcfd370219ca83e Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 5 Jul 2021 20:02:35 -0700 Subject: python3-packaging: upgrade 20.9 -> 21.0 21.0 - 2021-07-03 packaging is now only compatible with Python 3.6 and above. Add support for zip files in parse_sdist_filename (:issue:`429`) References: https://github.com/pypa/packaging/issues/429 (From OE-Core rev: c2e51c605afc78574f2f561750c498b96c42bc63) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-packaging_21.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-packaging_21.0.bb (limited to 'meta/recipes-devtools/python/python3-packaging_21.0.bb') diff --git a/meta/recipes-devtools/python/python3-packaging_21.0.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb new file mode 100644 index 0000000000..23ecd9df5e --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging_21.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Core utilities for Python packages" +HOMEPAGE = "https://github.com/pypa/packaging" +LICENSE = "Apache-2.0 & BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" + +SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" +RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" -- cgit v1.2.3-54-g00ecf