File: fix_pyflakes.patch

package info (click to toggle)
gtg 0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,492 kB
  • sloc: xml: 20,785; python: 17,657; sh: 158; makefile: 93
file content (22 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Francois Mazen <francois@mzf.fr>
Date: Tue, 1 Apr 2025 17:44:11 -0300
Subject: Use debian specific version of pyflakes.

Forwarded: not-needed
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8d869f7..2ab8a82 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 
 # Name of the executables used:
 PEP8=pycodestyle
-PYFLAKES=pyflakes
+PYFLAKES=pyflakes3
 
 check: tests pep8 pyflakes