diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-21 18:20:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 13:31:45 +0000 |
commit | 26203b0376ebbe7fbe98057a67ab2aed75e4f22a (patch) | |
tree | 59f6d0905898f7dbeb04a742de45f4b98921025f /meta/recipes-devtools | |
parent | b9f5c4e9c46ac99baab73c969f4eccedfadd16b9 (diff) | |
download | poky-26203b0376ebbe7fbe98057a67ab2aed75e4f22a.tar.gz |
python3-setuptools: upgrade 67.3.1 -> 67.3.3
Changelog:
==========
#3820: Restore quoted #include argument to has_function.
#3827: Improve deprecation warning message on pkg_resources.declare_namespace
to display package name.
(From OE-Core rev: de8e7e0c2cbd558678ee59fae8b0024c6d0a7b9a)
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')
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_67.3.3.bb (renamed from meta/recipes-devtools/python/python3-setuptools_67.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_67.3.1.bb b/meta/recipes-devtools/python/python3-setuptools_67.3.3.bb index ef759c8bef..053b671e2a 100644 --- a/meta/recipes-devtools/python/python3-setuptools_67.3.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_67.3.3.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] = "daec07fd848d80676694d6bf69c009d28910aeece68a38dbe88b7e1bb6dba12e" | 14 | SRC_URI[sha256sum] = "ed4e75fafe103c79b692f217158ba87edf38d31004b9dbc1913debb48793c828" |
15 | 15 | ||
16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "${PYTHON_PN}" |
17 | 17 | ||