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>
@@ -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 \