summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-05 16:06:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-06 09:52:16 +0000
commit973f58762aed8390ecf4133bf219aef3c6aaaacc (patch)
treec7a386a094b0d330eda1d8b802c42e6b847597aa /meta/recipes-devtools/python
parent279ed7c4604281f6c863bb028f1e792f8a465a2f (diff)
downloadpoky-973f58762aed8390ecf4133bf219aef3c6aaaacc.tar.gz
python3-setuptools: upgrade 67.3.3 -> 67.4.0
Changelog: ============ * #3832: Update vendored "importlib-metadata" (to 6.0.0) and "importlib-resources" (to 5.10.2) (From OE-Core rev: 7aff7084296130b47d968b9ad353422a8960f377) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> 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')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_67.4.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_67.3.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_67.3.3.bb b/meta/recipes-devtools/python/python3-setuptools_67.4.0.bb
index 053b671e2a..1a29d37a02 100644
--- a/meta/recipes-devtools/python/python3-setuptools_67.3.3.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_67.4.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] = "ed4e75fafe103c79b692f217158ba87edf38d31004b9dbc1913debb48793c828" 14SRC_URI[sha256sum] = "e5fd0a713141a4a105412233c63dc4e17ba0090c8e8334594ac790ec97792330"
15 15
16DEPENDS += "${PYTHON_PN}" 16DEPENDS += "${PYTHON_PN}"
17 17