Merge "tinyipa: use python 3 for building on all systems"

This commit is contained in:
Zuul 2020-09-18 19:49:08 +00:00 committed by Gerrit Code Review
commit 58a0a37830
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
COMMON_PACKAGES="wget unzip sudo gawk"
APT_PACKAGES="${COMMON_PACKAGES} python3-pip squashfs-tools"
YUM_PACKAGES="${COMMON_PACKAGES} python-pip squashfs-tools"
ZYPPER_PACKAGES="${COMMON_PACKAGES} python-pip squashfs"
YUM_PACKAGES="${APT_PACKAGES}"
ZYPPER_PACKAGES="${COMMON_PACKAGES} python3-pip squashfs"
echo "Installing dependencies:"