summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-zipp_3.8.0.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-04-07 14:19:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-19 14:14:11 +0100
commitad529f66b3ad2c39e4f5c74026ff01b90529f472 (patch)
tree06102e70d47b27a14f11121cdb1764d2da3c6009 /meta/recipes-devtools/python/python3-zipp_3.8.0.bb
parentb48c0f0317907cf8c5df71b5fcaf8892c62016aa (diff)
downloadpoky-ad529f66b3ad2c39e4f5c74026ff01b90529f472.tar.gz
python3-zipp: upgrade 3.7.0 -> 3.8.0
Changelog: ========= Removed compatibility code. (From OE-Core rev: 7109e72fcf1dd5f6ad35903ded6f2450f8afaf09) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.8.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-zipp_3.8.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.8.0.bb b/meta/recipes-devtools/python/python3-zipp_3.8.0.bb
new file mode 100644
index 0000000000..f1fd383842
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-zipp_3.8.0.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files"
2HOMEPAGE = "https://github.com/jaraco/zipp"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
5
6SRC_URI[sha256sum] = "56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad"
7
8DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
9
10inherit pypi python_setuptools_build_meta
11
12DEPENDS += "${PYTHON_PN}-toml-native"
13
14RDEPENDS:${PN} += "${PYTHON_PN}-compression \
15 ${PYTHON_PN}-math \
16 ${PYTHON_PN}-more-itertools"
17
18BBCLASSEXTEND = "native nativesdk"