commit: 0e789c9a5aa3e4cb91acc4973b295438483d3c42
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 19 19:24:31 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 2 04:28:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e789c9a
dev-python/subprocess32: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../files/subprocess32-3.2.7-sandbox-test-fix.patch | 14 --------------
1 file changed, 14 deletions(-)
diff --git
a/dev-python/subprocess32/files/subprocess32-3.2.7-sandbox-test-fix.patch
b/dev-python/subprocess32/files/subprocess32-3.2.7-sandbox-test-fix.patch
deleted file mode 100644
index 50e4a511fc4..00000000000
--- a/dev-python/subprocess32/files/subprocess32-3.2.7-sandbox-test-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/test_subprocess32.py b/test_subprocess32.py
-index c312949..000f7d6 100644
---- a/test_subprocess32.py
-+++ b/test_subprocess32.py
-@@ -538,7 +538,8 @@ class ProcessTestCase(BaseTestCase):
- [sys.executable, "-c",
- 'import os; '
- 'print([k for k in os.environ.keys() '
-- ' if ("VERSIONER" not in k and "__CF" not in k)])'],
-+ ' if ("VERSIONER" not in k and "__CF" not in k and '
-+ ' "LD_PRELOAD" not in k and "SANDBOX_" not in
k)])'],
- stdout=subprocess.PIPE, env={})
- try:
- stdout, stderr = p.communicate()