All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] support/docker: use python3-flake8
@ 2020-08-14 19:56 Thomas Petazzoni
  2020-08-28 16:36 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2020-08-14 19:56 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=385c4da3dd10b6bfbaf23c04f48e7835ce5cc701
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [git commit] support/docker: use python3-flake8
  2020-08-14 19:56 [Buildroot] [git commit] support/docker: use python3-flake8 Thomas Petazzoni
@ 2020-08-28 16:36 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2020-08-28 16:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=385c4da3dd10b6bfbaf23c04f48e7835ce5cc701
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-28 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14 19:56 [Buildroot] [git commit] support/docker: use python3-flake8 Thomas Petazzoni
2020-08-28 16:36 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.