summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-15 19:11:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-16 08:13:12 +0000
commit4b9fbcaea0a33092cc6a7739c5ea81b71be64daf (patch)
treece64174b15cf3b66bc30b8ecc9f18c9ec19827d8 /meta
parent8627899ad1318ea599b11055cb0cf50eff8d38e4 (diff)
downloadpoky-4b9fbcaea0a33092cc6a7739c5ea81b71be64daf.tar.gz
python3-setuptools: upgrade 67.4.0 -> 67.6.0
Changelog: ========= #3804: Added caching for supported wheel tags. #3846: Added pruning heuristics to PackageFinder based on exclude. #3843: Although pkg_resources has been discouraged for use, some projects still consider pkg_resources viable for usage. This change makes it clear that pkg_resources should not be used, emitting a DeprecationWarning when imported. (From OE-Core rev: 31ad28d785d199716d98550193c9d3a9877b94ef) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_67.6.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_67.4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_67.4.0.bb b/meta/recipes-devtools/python/python3-setuptools_67.6.0.bb
index 1a29d37a02..aa1d525c02 100644
--- a/meta/recipes-devtools/python/python3-setuptools_67.4.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_67.6.0.bb
@@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
11SRC_URI += " \ 11SRC_URI += " \
12 file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" 12 file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
13 13
14SRC_URI[sha256sum] = "e5fd0a713141a4a105412233c63dc4e17ba0090c8e8334594ac790ec97792330" 14SRC_URI[sha256sum] = "2ee892cd5f29f3373097f5a814697e397cf3ce313616df0af11231e2ad118077"
15 15
16DEPENDS += "${PYTHON_PN}" 16DEPENDS += "${PYTHON_PN}"
17 17