Author: Francois Mazen <francois@mzf.fr>
Description: Use debian specific version of pyflakes.
Forwarded: not-needed

--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 
 # Name of the executables used:
 PEP8=pycodestyle
-PYFLAKES=pyflakes
+PYFLAKES=pyflakes3
 
 check: tests pep8 pyflakes
 
