Skip to content

gitlab-ci: drop python2 and add python3-distutils

Josef Schlehofer requested to merge fix/ci-install-distutils into hbl

drop Python2:

  • OpenWrt removed Python 2 supported since OpenWrt 21.02 and we verified it on our buildbots that we can have full OpenWrt builds without Python

add python3-distutils:

  • Fixes: Build dependency: Please install the Python3 distutils module

Merge request reports