Description: Use /usr/bin/python3
Author: Joachim Reichel <reichel@debian.org>

Index: cppcheck-1.89/Makefile
===================================================================
--- cppcheck-1.89.orig/Makefile
+++ cppcheck-1.89/Makefile
@@ -12,9 +12,9 @@ ifeq ($(SRCDIR),build)
 endif
 ifeq ($(MATCHCOMPILER),yes)
     ifdef VERIFY
-        matchcompiler_S := $(shell python tools/matchcompiler.py --verify)
+        matchcompiler_S := $(shell python3 tools/matchcompiler.py --verify)
     else
-        matchcompiler_S := $(shell python tools/matchcompiler.py)
+        matchcompiler_S := $(shell python3 tools/matchcompiler.py)
     endif
     libcppdir:=build
 else
