commit: 92fcc248c9057fca650eee7afc2e7b949eedb75a
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 7 10:02:35 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 7 10:02:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92fcc248
dev-embedded/esp-idf: remove unused patch
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
.../esp-idf/files/allow-system-install-esp-idf-5.1.2.patch | 12 ------------
1 file changed, 12 deletions(-)
diff --git
a/dev-embedded/esp-idf/files/allow-system-install-esp-idf-5.1.2.patch
b/dev-embedded/esp-idf/files/allow-system-install-esp-idf-5.1.2.patch
deleted file mode 100644
index c286493a5..000000000
--- a/dev-embedded/esp-idf/files/allow-system-install-esp-idf-5.1.2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tools/idf_tools.py b/tools/idf_tools.py
-index 8a17ed224d..2103e9d60a 100755
---- a/tools/idf_tools.py
-+++ b/tools/idf_tools.py
-@@ -2113,6 +2113,7 @@ def action_install_python_env(args): # type: ignore
-
-
- def action_check_python_dependencies(args): # type: ignore
-+ return
- use_constraints = not args.no_constraints
- req_paths = get_requirements('') # no new features -> just detect the
existing ones
-