diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-27 11:07:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-28 14:16:31 +0100 |
commit | c0e674dba84f51da1044cf70263a7d14e7bbd2b6 (patch) | |
tree | a2b808a2ac90d421806943f028ee1da04bf93ffd /meta | |
parent | b29dacedc1cb8626ff02d2b56826445d1bc21358 (diff) | |
download | poky-c0e674dba84f51da1044cf70263a7d14e7bbd2b6.tar.gz |
python3-setuptools: upgrade 58.2.0 -> 58.3.0
(From OE-Core rev: 609afb2b408a4275fc4927886c53d337cef604e5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_58.3.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_58.2.0.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch index d1c77a971c..46546ebba6 100644 --- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 543f12f43e10b242802009ac1d03ded800526934 Mon Sep 17 00:00:00 2001 | 1 | From 58b614411867a31cf5f9684a45fe519b8e4f3e7b 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 |
@@ -15,10 +15,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
15 | 1 file changed, 5 insertions(+) | 15 | 1 file changed, 5 insertions(+) |
16 | 16 | ||
17 | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py | 17 | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py |
18 | index b88c3e9..dcd2898 100644 | 18 | index 1aed0e8..f491c0a 100644 |
19 | --- a/setuptools/command/easy_install.py | 19 | --- a/setuptools/command/easy_install.py |
20 | +++ b/setuptools/command/easy_install.py | 20 | +++ b/setuptools/command/easy_install.py |
21 | @@ -636,6 +636,11 @@ class easy_install(Command): | 21 | @@ -642,6 +642,11 @@ class easy_install(Command): |
22 | os.path.exists(tmpdir) and rmtree(tmpdir) | 22 | os.path.exists(tmpdir) and rmtree(tmpdir) |
23 | 23 | ||
24 | def easy_install(self, spec, deps=False): | 24 | def easy_install(self, spec, deps=False): |
diff --git a/meta/recipes-devtools/python/python3-setuptools_58.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_58.3.0.bb index b37c44854c..47107ba61d 100644 --- a/meta/recipes-devtools/python/python3-setuptools_58.2.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_58.3.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += "\ | |||
13 | file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \ | 13 | file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "2c55bdb85d5bb460bd2e3b12052b677879cffcf46c0c688f2e5bf51d36001145" | 16 | SRC_URI[sha256sum] = "b0c2461641b58fe30e11d4c3dfba316c513bdf9ec85f9fed0c871c678447205e" |
17 | 17 | ||
18 | DEPENDS += "${PYTHON_PN}" | 18 | DEPENDS += "${PYTHON_PN}" |
19 | 19 | ||