[Buildroot] [PATCH 6/7] support/docker: use python3-flake8

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Aug 14 19:39:42 UTC 2020


On Fri, 14 Aug 2020 00:20:18 +0200
Titouan Christophe <titouan.christophe at railnova.eu> wrote:

> > 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 \  
> 
> Out of curiosity, why keeping the py2 packages here ? Couldn't all the 
> scripts be run in python3 now ?

The runtime test infrastructure is using Python 3.x nowadays, so I
think we could drop those Python 2.x dependencies.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list