summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-08-17 15:02:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-21 16:15:35 +0100
commit99ac0c38eb88da143115c82f55b0a6f982e788b6 (patch)
tree5e440e78698a205797252c56c3b36558becf0ec2 /meta
parent1d7f413a3331679ac5ebc6d35c2d56ce7981efd0 (diff)
downloadpoky-99ac0c38eb88da143115c82f55b0a6f982e788b6.tar.gz
python3-setuptools: upgrade 68.0.0 -> 68.1.0
Changelog: https://github.com/pypa/setuptools/blob/main/NEWS.rst (From OE-Core rev: e7671b34f479989e059fd0baa2028807331988c4) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_68.1.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_68.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_68.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_68.1.0.bb
index 4ac789d18c..e04cd1dcd0 100644
--- a/meta/recipes-devtools/python/python3-setuptools_68.0.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_68.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] = "baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235" 14SRC_URI[sha256sum] = "d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91"
15 15
16DEPENDS += "${PYTHON_PN}" 16DEPENDS += "${PYTHON_PN}"
17 17