summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
diff options
context:
space:
mode:
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