summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-01 08:38:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:56 +0000
commit2eab360fb2e0fdea07188119ad64c649aa6d20db (patch)
tree4357c46b333b92f8c33f5fbd7ee585df1aee3bc8 /meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
parent7e927835e8e78f5cc6425f4a87c069851ed277aa (diff)
downloadpoky-2eab360fb2e0fdea07188119ad64c649aa6d20db.tar.gz
python3-setuptools: upgrade 75.6.0 -> 75.8.0
(From OE-Core rev: 2f30a782ae5500d9b7dcc37e2cfc43312a470605) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch7
1 files changed, 2 insertions, 5 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 527160735f..f320bf4e6f 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 @@
1From 00611eb8151825632bc36c189109626d9223037f Mon Sep 17 00:00:00 2001 1From 9441848a121912b6627c7188ab95595684c8306b Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Tue, 17 Jul 2018 10:13:38 +0800 3Date: Tue, 17 Jul 2018 10:13:38 +0800
4Subject: [PATCH] conditionally do not fetch code by easy_install 4Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -20,7 +20,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
20 1 file changed, 5 insertions(+) 20 1 file changed, 5 insertions(+)
21 21
22diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py 22diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
23index 66fe68f7a..8647c2082 100644 23index 66fe68f..8647c20 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@@ -673,6 +673,11 @@ class easy_install(Command):
@@ -35,6 +35,3 @@ index 66fe68f7a..8647c2082 100644
35 with self._tmpdir() as tmpdir: 35 with self._tmpdir() as tmpdir:
36 if not isinstance(spec, Requirement): 36 if not isinstance(spec, Requirement):
37 if URL_SCHEME(spec): 37 if URL_SCHEME(spec):
38--
392.39.5
40