mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
README: add PYFLAKES=/usr/bin/pyflakes3 env variable
pyflakes 2.x nowadays complains about aa-genprof:60: undefined name 'PermissionError' We already deprecated py2 support in 2.11 (and obviously nobody tests with py2 anymore), therefore recommending pyflakes3 makes sense. Maybe we should also change our Makefiles to use py3 and pyflakes3 by default, but that will be another (master-only) commit.
This commit is contained in:
parent
5066dc6195
commit
556bb94aa5
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ $ make install
|
|||
```
|
||||
$ cd utils
|
||||
$ make
|
||||
$ make check
|
||||
$ make check PYFLAKES=/usr/bin/pyflakes3
|
||||
$ make install
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue