scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 May 2018 09:14:16 +0000 (10:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 May 2018 09:14:16 +0000 (10:14 +0100)
Fix.

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"