setup-ubuntu: install python-is-python3

Some packages looks for python instead of python3 or python2
This commit is contained in:
Henrik Grimler 2020-05-06 16:32:39 +02:00
parent a287af8dd1
commit 3b861ed4a9
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ PACKAGES=""
# For en_US.UTF-8 locale.
PACKAGES+=" locales"
# To provide /usr/bin/python as symlink to /usr/bin/python3
PACKAGES+=" python-is-python3"
# Used by build-package.sh and CI/CD scripts.
PACKAGES+=" curl"
PACKAGES+=" gnupg"