summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2024-08-09 08:22:16 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-13 09:29:15 +0100
commit0aac243aecfab95d9d5b59ffaff414cdef726cbb (patch)
tree44c67f811971f2396b6da2236111e508de3955fc /meta/recipes-devtools/python
parent68e102c3a67f67f0af4e1fb6ecb62ec8366a0db9 (diff)
downloadpoky-0aac243aecfab95d9d5b59ffaff414cdef726cbb.tar.gz
python3-setuptools: upgrade 71.1.0 -> 72.1.0
Changelog (https://github.com/pypa/setuptools/blob/main/NEWS.rst#v7210): Features - Restore the tests command and deprecate access to the module. (#4519) (#4520) (From OE-Core rev: 8760d37e4b6275016a8dcdabc04dfb85185649b7) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.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_72.1.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_71.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_71.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
index 9503c36bb6..945d443aff 100644
--- a/meta/recipes-devtools/python/python3-setuptools_71.1.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_72.1.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] = "032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936" 14SRC_URI[sha256sum] = "8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec"
15 15
16DEPENDS += "python3" 16DEPENDS += "python3"
17 17