diff options
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.patch | 8 |
1 files changed, 5 insertions, 3 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 e227c2889c..16b316e9cc 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 | |||
| @@ -3,11 +3,13 @@ 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 |
| 5 | 5 | ||
| 6 | If var-NO_FETCH_BUILD is set, do not allow to fetch code from | 6 | If NO_FETCH_BUILD is set, do not fetch code in easy_install. This avoids setup.py |
| 7 | internet by easy_install. | 7 | trying to fetch missing dependencies at build time. |
| 8 | 8 | ||
| 9 | Upstream-Status: Inappropriate [oe specific] | 9 | This is only used by the deprecated codepath as implemented by setuptools3.bbclass, so |
| 10 | when that ever gets removed this patch can also be deleted. | ||
| 10 | 11 | ||
| 12 | Upstream-Status: Denied [https://github.com/pypa/setuptools/issues/4735] | ||
| 11 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 13 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 12 | --- | 14 | --- |
| 13 | setuptools/command/easy_install.py | 5 +++++ | 15 | setuptools/command/easy_install.py | 5 +++++ |
