summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-zipp_3.14.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-03-01 10:10:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-01 21:29:31 +0000
commitb5556c9fc64fe40c01d0fb8585730bb54ee50bd8 (patch)
tree80a3360908c39746369af2f133630c151116341e /meta/recipes-devtools/python/python3-zipp_3.14.0.bb
parente0b920483c99356fb85050a73c24df520f17d70c (diff)
downloadpoky-b5556c9fc64fe40c01d0fb8585730bb54ee50bd8.tar.gz
python3-zipp: upgrade 3.14.0 -> 3.15.0
https://zipp.readthedocs.io/en/latest/history.html#v3-15-0 v3.15.0 (24 Feb 2023) * gh-102209: test_implied_dirs_performance now tests measures the time complexity experimentally. Reference: https://github.com/python/cpython/issues/102209 (From OE-Core rev: 1cb64a5b6a950eb7f7c72125c5741fdafe236f0b) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.14.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-zipp_3.14.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.14.0.bb b/meta/recipes-devtools/python/python3-zipp_3.14.0.bb
deleted file mode 100644
index dc5091f6c7..0000000000
--- a/meta/recipes-devtools/python/python3-zipp_3.14.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
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] = "9e5421e176ef5ab4c0ad896624e87a7b2f07aca746c9b2aa305952800cb8eecb"
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"