File: fix_pyflakes.patch

package info (click to toggle)
gtg 0.6-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,464 kB
  • sloc: xml: 20,785; python: 17,651; sh: 158; makefile: 93
file content (15 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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