From 79e42fbd754e48f704fb55063eee9c6724e07cb3 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:36:33 -0400 Subject: [PATCH] Remove the python2 dependency from the install (Isn't used or shouldn't be). --- install-minetest-build-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-minetest-build-deps.sh b/install-minetest-build-deps.sh index 747d1bf..27dd9f9 100755 --- a/install-minetest-build-deps.sh +++ b/install-minetest-build-deps.sh @@ -101,7 +101,7 @@ if [ ! -z "$this_apt" ]; then libvorbis-dev libx11-dev libxxf86vm-dev lynx \ nano nettle-dev p7zip-full patch \ perl pkgconf python3 python3-dev \ - python-dev rake ruby sed \ + make ruby sed \ tar tcl unzip util-linux \ wget xz-utils zip perl \ dnsutils make \ @@ -176,7 +176,7 @@ elif [ -f "`command -v pacman`" ]; then libgccjit libjpeg-turbo libogg libpng \ libstdc++5 libtool libvorbis make \ ncurses openal openssl patch \ - pkgconf python python2 readline \ + pkgconf python readline \ ruby tcl which xorg-server \ xz zlib sqlite if [ $? -ne 0 ]; then exit 1; fi