summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sepolgen/files/0040-have-test-run-with-PYTHON-variable-python-bug-467264.patch')
-rw-r--r--dev-python/sepolgen/files/0040-have-test-run-with-PYTHON-variable-python-bug-467264.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/sepolgen/files/0040-have-test-run-with-PYTHON-variable-python-bug-467264.patch b/dev-python/sepolgen/files/0040-have-test-run-with-PYTHON-variable-python-bug-467264.patch
deleted file mode 100644
index a039236bf8c9..000000000000
--- a/dev-python/sepolgen/files/0040-have-test-run-with-PYTHON-variable-python-bug-467264.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -uNr sepolgen-1.2.1.orig/tests/Makefile sepolgen-1.2.1/tests/Makefile
---- sepolgen-1.2.1.orig/tests/Makefile 2013-11-04 22:25:44.704024216 +0100
-+++ sepolgen-1.2.1/tests/Makefile 2013-11-04 22:26:09.718024270 +0100
-@@ -1,3 +1,5 @@
-+PYTHON ?= /usr/bin/python
-+
- clean:
- rm -f *~ *.pyc
- rm -f parser.out parsetab.py
-@@ -6,4 +8,4 @@
- rm -f output
-
- test:
-- python run-tests.py
-\ No newline at end of file
-+ $(PYTHON) run-tests.py