]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-setuptools: add more comments to a patch
authorRoss Burton <ross.burton@arm.com>
Thu, 7 Nov 2024 17:23:57 +0000 (17:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Nov 2024 11:19:42 +0000 (11:19 +0000)
Add more explanatory comments, including when we can drop the patch.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch

index e227c2889cf221eb7a78b3ae96e7dc51b67e7358..16b316e9cc275fcb10c0b2f169c90d188533cf67 100644 (file)
@@ -3,11 +3,13 @@ From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 17 Jul 2018 10:13:38 +0800
 Subject: [PATCH] conditionally do not fetch code by easy_install
 
-If var-NO_FETCH_BUILD is set, do not allow to fetch code from
-internet by easy_install.
+If NO_FETCH_BUILD is set, do not fetch code in easy_install. This avoids setup.py
+trying to fetch missing dependencies at build time.
 
-Upstream-Status: Inappropriate [oe specific]
+This is only used by the deprecated codepath as implemented by setuptools3.bbclass, so
+when that ever gets removed this patch can also be deleted.
 
+Upstream-Status: Denied [https://github.com/pypa/setuptools/issues/4735]
 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
 ---
  setuptools/command/easy_install.py | 5 +++++