mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
support/docker: use python3-flake8
support/scripts/pkg-stats now uses some Python 3.x only constructs
("async" and related keywords), so we must use the Python 3.x flake8.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -36,10 +36,10 @@ RUN apt-get install -y --no-install-recommends \
|
||||
libncurses5-dev \
|
||||
locales \
|
||||
mercurial \
|
||||
python-flake8 \
|
||||
python-nose2 \
|
||||
python-pexpect \
|
||||
python3 \
|
||||
python3-flake8 \
|
||||
python3-nose2 \
|
||||
python3-pexpect \
|
||||
qemu-system-arm \
|
||||
|
||||
Reference in New Issue
Block a user