diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-08-17 15:02:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-21 16:15:35 +0100 |
commit | 99ac0c38eb88da143115c82f55b0a6f982e788b6 (patch) | |
tree | 5e440e78698a205797252c56c3b36558becf0ec2 /meta/recipes-devtools | |
parent | 1d7f413a3331679ac5ebc6d35c2d56ce7981efd0 (diff) | |
download | poky-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/recipes-devtools')
-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 | |||
11 | SRC_URI += " \ | 11 | SRC_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 | ||
14 | SRC_URI[sha256sum] = "baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235" | 14 | SRC_URI[sha256sum] = "d59c97e7b774979a5ccb96388efc9eb65518004537e85d52e81eaee89ab6dd91" |
15 | 15 | ||
16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "${PYTHON_PN}" |
17 | 17 | ||