diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-04 17:09:08 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-06 11:16:47 +0000 |
| commit | 612da826b0cb6d628fb2329df731ab19167ad28b (patch) | |
| tree | c51dbf379d44b8401af5e990107345853c4554c3 /meta/recipes-devtools/python | |
| parent | 225403f0b6bc3bf9bf98c1e9ae625326cf8e6319 (diff) | |
| download | poky-612da826b0cb6d628fb2329df731ab19167ad28b.tar.gz | |
python3-setuptools: upgrade 75.8.0 -> 75.8.2
0001-conditionally-do-not-fetch-code-by-easy_install.patch
refreshed for 75.8.2
(From OE-Core rev: 7afde38357bb214d3685e84e2db73c26074dd354)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@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/0001-conditionally-do-not-fetch-code-by-easy_install.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_75.8.2.bb (renamed from meta/recipes-devtools/python/python3-setuptools_75.8.0.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch index f320bf4e6f..83fcb27f2d 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9441848a121912b6627c7188ab95595684c8306b Mon Sep 17 00:00:00 2001 | 1 | From 88df88cfa90281468114efb368bd37213f2b0fb7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Tue, 17 Jul 2018 10:13:38 +0800 | 3 | Date: Tue, 17 Jul 2018 10:13:38 +0800 |
| 4 | Subject: [PATCH] conditionally do not fetch code by easy_install | 4 | Subject: [PATCH] conditionally do not fetch code by easy_install |
| @@ -20,10 +20,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | |||
| 20 | 1 file changed, 5 insertions(+) | 20 | 1 file changed, 5 insertions(+) |
| 21 | 21 | ||
| 22 | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py | 22 | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py |
| 23 | index 66fe68f..8647c20 100644 | 23 | index eb1b4c1..4fd8d14 100644 |
| 24 | --- a/setuptools/command/easy_install.py | 24 | --- a/setuptools/command/easy_install.py |
| 25 | +++ b/setuptools/command/easy_install.py | 25 | +++ b/setuptools/command/easy_install.py |
| 26 | @@ -673,6 +673,11 @@ class easy_install(Command): | 26 | @@ -672,6 +672,11 @@ class easy_install(Command): |
| 27 | os.path.exists(tmpdir) and _rmtree(tmpdir) | 27 | os.path.exists(tmpdir) and _rmtree(tmpdir) |
| 28 | 28 | ||
| 29 | def easy_install(self, spec, deps: bool = False) -> Distribution | None: | 29 | def easy_install(self, spec, deps: bool = False) -> Distribution | None: |
diff --git a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb index 02e299d0be..e9e6e9b2b6 100644 --- a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e | |||
| 13 | SRC_URI += " \ | 13 | SRC_URI += " \ |
| 14 | file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" | 14 | file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" |
| 15 | 15 | ||
| 16 | SRC_URI[sha256sum] = "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6" | 16 | SRC_URI[sha256sum] = "4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2" |
| 17 | 17 | ||
| 18 | DEPENDS += "python3" | 18 | DEPENDS += "python3" |
| 19 | 19 | ||
