[Buildroot] [RFC PATCH v3 0/2] use python3 explicitly

Arnout Vandecappelle arnout at mind.be
Wed Sep 22 19:46:16 UTC 2021



On 21/09/2021 23:04, Petr Vorel wrote:
> Hi,
> 
> changes v2->v3:
> * remove __future__ from utils/getdeveloperlib.py (previously in 3rd
> commit [1]; noted by Romain [2])
> 
> changes v1->v2:
> * 3 more commits
> * remove also python2 compatibility imports
> 
> Kind regards,
> Petr
> 
> [1] https://lore.kernel.org/buildroot/20210915194839.22122-4-petr.vorel@gmail.com/
> [2] https://lore.kernel.org/buildroot/41cb0bdf-845d-ab94-0322-c4d1393f40b8@gmail.com/
> 
> Petr Vorel (2):
>    support: utils: use python3 explicitly
>    utils/scanpypi: remove python2 compatibility imports

  Both applied to master, thanks.

  I found that also utils/diffconfig was still using pyhon, so I sent a patch to 
fix that one as well. I checked in the kernel, they made the same change there.

  Regards,
  Arnout

> 
>   support/scripts/cve.py                                 | 2 +-
>   support/scripts/graph-build-time                       | 2 +-
>   support/scripts/graph-depends                          | 2 +-
>   support/scripts/pycompile.py                           | 4 +---
>   support/scripts/size-stats                             | 2 +-
>   support/testing/tests/package/sample_gst1_python.py    | 2 +-
>   support/testing/tests/package/sample_python_gobject.py | 2 +-
>   utils/check-package                                    | 3 +--
>   utils/genrandconfig                                    | 4 +---
>   utils/get-developers                                   | 2 +-
>   utils/getdeveloperlib.py                               | 1 -
>   utils/scanpypi                                         | 2 --
>   utils/size-stats-compare                               | 2 +-
>   13 files changed, 11 insertions(+), 19 deletions(-)
> 


More information about the buildroot mailing list