diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-08-03 16:44:06 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-04 16:27:25 +0100 |
| commit | c938393bf4f9186c89d7936a64b93c96314298d7 (patch) | |
| tree | 0da2ecf6dca6d746dff5f8b2a1b2fc5c4b028ef9 /meta/recipes-devtools/python | |
| parent | ea1d4e87e02da9c1a33e83fe7898d42b742bad60 (diff) | |
| download | poky-c938393bf4f9186c89d7936a64b93c96314298d7.tar.gz | |
python3-setuptools: upgrade 63.2.0 -> 63.3.0
Merge with pypa/distutils@129480b, including substantial delinting and cleanup,
some refactoring around compiler logic, better messaging in cygwincompiler (pypa/distutils#161).
(From OE-Core rev: bc488be5a8d260a0bdc69c37173a7168706f9be3)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@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_63.3.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_63.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_63.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_63.3.0.bb index 15c171b846..da7e7892fd 100644 --- a/meta/recipes-devtools/python/python3-setuptools_63.2.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_63.3.0.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e | |||
| 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch \ | 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch \ |
| 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] = "c04b44a57a6265fe34a4a444e965884716d34bae963119a76353434d6f18e450" | 14 | SRC_URI[sha256sum] = "273b6847ae61f7829c1affcdd9a32f67aa65233be508f4fbaab866c5faa4e408" |
| 15 | 15 | ||
| 16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "${PYTHON_PN}" |
| 17 | 17 | ||
