scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages] / scripts / setup-ubuntu.sh
index 3545178..8eb90d5 100755 (executable)
@@ -19,7 +19,7 @@ PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build us
 PACKAGES+=" libtool-bin"
 PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
 PACKAGES+=" lzip"
-PACKAGES+=" python3.6"
+PACKAGES+=" python3.5"
 PACKAGES+=" tar"
 PACKAGES+=" unzip"
 PACKAGES+=" m4"