summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch')
-rw-r--r--meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch4
1 files changed, 2 insertions, 2 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 99c50e94cb..680edbe704 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 @@
1From d2633b49275b20e7acf724567fe0189aab25771e Mon Sep 17 00:00:00 2001 1From 6380cc63f79abe8b8404c9be5ed5f213a70c8c6a 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
@@ -15,7 +15,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
15 1 file changed, 5 insertions(+) 15 1 file changed, 5 insertions(+)
16 16
17diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py 17diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
18index 9ec83b7..7e97a07 100644 18index eeb21b5..eca1edd 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@@ -636,6 +636,11 @@ class easy_install(Command):