Prefer python3 in build-VMs

This commit is contained in:
Robin Gareus 2024-12-06 22:15:19 +01:00
parent 4866baacf5
commit 484048bd0c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -34,7 +34,7 @@ fi
if [ "$(id -u)" = "0" ]; then
apt-get -qq -y install build-essential \
${DEBIANPKGS} \
git autoconf automake libtool pkg-config yasm python
git autoconf automake libtool pkg-config yasm python3 python-is-python3
#fixup mingw64 ccache for now
if test -d /usr/lib/ccache -a -f /usr/bin/ccache; then