Merge "tinyipa: use python 3 for building on all systems"
This commit is contained in:
commit
58a0a37830
@ -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:"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user