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"
|
COMMON_PACKAGES="wget unzip sudo gawk"
|
||||||
APT_PACKAGES="${COMMON_PACKAGES} python3-pip squashfs-tools"
|
APT_PACKAGES="${COMMON_PACKAGES} python3-pip squashfs-tools"
|
||||||
YUM_PACKAGES="${COMMON_PACKAGES} python-pip squashfs-tools"
|
YUM_PACKAGES="${APT_PACKAGES}"
|
||||||
ZYPPER_PACKAGES="${COMMON_PACKAGES} python-pip squashfs"
|
ZYPPER_PACKAGES="${COMMON_PACKAGES} python3-pip squashfs"
|
||||||
|
|
||||||
echo "Installing dependencies:"
|
echo "Installing dependencies:"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user