Author: Reiner Herrmann <reiner@reiner-h.de>
Description: don't run python2 test during build
 deheader will use python3 anyway and so we can skip
 the python2 build dependency
Forwarded: not-needed

--- a/tests/Makefile
+++ b/tests/Makefile
@@ -4,9 +4,6 @@
 
 check:
 	@echo "Testing deheader: no output is good news."
-	@./setpython python2
-	@-../deheader -v -v . >/tmp/regress
-	@diff -u regress.chk /tmp/regress
 	@./setpython python3
 	@-../deheader -v -v . >/tmp/regress
 	@diff -u regress.chk /tmp/regress
