support/misc/gitlab-ci.yml.in: use python3 for flake8
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 12 Aug 2020 14:29:05 +0000 (16:29 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 14 Aug 2020 21:13:30 +0000 (23:13 +0200)
commit90857e2dde7bc9581da8ffed6ae7adbb9b171952
treed366ea4d10a4013c4de0137f7477abe2b8ed61b8
parent23f7fa874b63bbc0e999cf4e904c7d3f3a8d7904
support/misc/gitlab-ci.yml.in: use python3 for flake8

The pkg-stats script now uses Python3 only constructs (the "async"
keyword) and therefore fails to pass the Python2 flake8 test.

Let's use the Python3 flake8 instead.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/681711009

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
support/misc/gitlab-ci.yml.in