[Buildroot] [git commit branch/2020.02.x] support/docker: use python3-flake8

Peter Korsgaard peter at korsgaard.com
Fri Aug 28 16:35:49 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=ddf41cf9a7d2a144414cc0dc54d812c795b33d98
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

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 at bootlin.com>
(cherry picked from commit 385c4da3dd10b6bfbaf23c04f48e7835ce5cc701)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
index 03acde85d2..8c555dcf7a 100644
--- a/support/docker/Dockerfile
+++ b/support/docker/Dockerfile
@@ -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 \


More information about the buildroot mailing list