aboutsummaryrefslogtreecommitdiffstats
path: root/community/flawfinder/use-python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/flawfinder/use-python3.patch')
-rw-r--r--community/flawfinder/use-python3.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/flawfinder/use-python3.patch b/community/flawfinder/use-python3.patch
deleted file mode 100644
index 1b3a5d8a35f..00000000000
--- a/community/flawfinder/use-python3.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- flawfinder-2.0.7/makefile
-+++ flawfinder-2.0.7-use-python3/makefile
-@@ -12,8 +12,7 @@
- ARCH=noarch
-
- SAMPLE_DIR=/usr/src/linux-2.2.16
--PYTHON=python
--PYTHON2=python2
-+PYTHON=python3
- PYTHON3=python3
-
- # Flawfinder has traditionally used INSTALL_DIR, INSTALL_DIR_BIN, and
-@@ -190,9 +189,6 @@
-
- # Usual check routine. Run all tests using *both* python2 and python3.
- check:
-- @echo "Testing with $(PYTHON2)"
-- @PYTHON="$(PYTHON2)" $(MAKE) test
-- @echo
- @echo "Testing with $(PYTHON3)"
- @PYTHON="$(PYTHON3)" $(MAKE) test
-