summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-zipp_3.8.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-20 10:44:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-23 13:55:26 +0100
commita0242659796fac6ee75621edb9f7dcec2ce40e05 (patch)
tree932419d557ea1378b5cea0190c3a079ac7421f98 /meta/recipes-devtools/python/python3-zipp_3.8.1.bb
parent045d05c5f7344abb36ee7dd8e5e7c565b37907d3 (diff)
downloadpoky-a0242659796fac6ee75621edb9f7dcec2ce40e05.tar.gz
python3-zipp: upgrade 3.8.0 -> 3.8.1
(From OE-Core rev: 9505ba463690c0c6ac232c145043d1615943fb04) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.8.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-zipp_3.8.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.8.1.bb b/meta/recipes-devtools/python/python3-zipp_3.8.1.bb
new file mode 100644
index 0000000000..fa2f7bcf90
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-zipp_3.8.1.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] = "05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2"
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"