diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-26 09:18:43 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-30 23:03:02 +0100 |
| commit | 407b8e2344dc036350959c5e7d27c121dbaa797e (patch) | |
| tree | e337e54d8ddaf47fa1a748b81582335048e19908 /meta/recipes-devtools/python/python-setuptools.inc | |
| parent | 62931865d5dc02b7f3029b85c7d76401acf2d8d8 (diff) | |
| download | poky-407b8e2344dc036350959c5e7d27c121dbaa797e.tar.gz | |
Revert "python3-setuptools: patch entrypoints for faster initialization"
Apologies, but the patch is not possible to rebase onto the new setuptools,
as the code has changed too much. Please get it accepted upstream first.
(From OE-Core rev: f2feb53c967256431f03a07c1b4b9a0d8568d9b5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools.inc')
| -rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index 3222de7079..9322ca9a05 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
| @@ -10,9 +10,7 @@ inherit pypi | |||
| 10 | 10 | ||
| 11 | SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" | 11 | SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" |
| 12 | 12 | ||
| 13 | SRC_URI += "file://0001-change-shebang-to-python3.patch \ | 13 | SRC_URI += "file://0001-change-shebang-to-python3.patch" |
| 14 | file://0001-ScriptWriter-create-more-efficient-usr-bin-wrappers-signoff-included.patch \ | ||
| 15 | " | ||
| 16 | 14 | ||
| 17 | SRC_URI[md5sum] = "6e9de90b242fdd60ef59f497424ce13a" | 15 | SRC_URI[md5sum] = "6e9de90b242fdd60ef59f497424ce13a" |
| 18 | SRC_URI[sha256sum] = "145fa62b9d7bb544fce16e9b5a9bf4ab2032d2f758b7cd674af09a92736aff74" | 16 | SRC_URI[sha256sum] = "145fa62b9d7bb544fce16e9b5a9bf4ab2032d2f758b7cd674af09a92736aff74" |
