diff options
Diffstat (limited to 'resources/scripts/build/dependencies')
-rwxr-xr-x | resources/scripts/build/dependencies/arch | 4 | ||||
-rwxr-xr-x | resources/scripts/build/dependencies/debian | 2 | ||||
-rwxr-xr-x | resources/scripts/build/dependencies/fedora35 | 6 | ||||
-rwxr-xr-x | resources/scripts/build/dependencies/ubuntu2004 | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch index 4f621c72..afa9cd9c 100755 --- a/resources/scripts/build/dependencies/arch +++ b/resources/scripts/build/dependencies/arch @@ -42,7 +42,7 @@ pacman -S --needed --noconfirm git # For Tianocore and iPXE # TODO: check whether this is the full list -pacman -S --needed --noconfirm nasm perl-libwww python2 subversion +pacman -S --needed --noconfirm nasm perl-libwww python subversion # For building source code: # ------------------------------------------------------------ @@ -58,7 +58,7 @@ pacman -S --needed --noconfirm arm-none-eabi-gcc # Memtest86+ build dependencies # ------------------------------------------------------------ -pacman -S --needed --noconfirm base-devel python2 +pacman -S --needed --noconfirm base-devel python # i945-pwm build dependencies # ------------------------------------------------------------ diff --git a/resources/scripts/build/dependencies/debian b/resources/scripts/build/dependencies/debian index 77898201..1ca1fbcc 100755 --- a/resources/scripts/build/dependencies/debian +++ b/resources/scripts/build/dependencies/debian @@ -71,7 +71,7 @@ fi # Memtest86+ build dependencies # ------------------------------------------------------------ -apt-get -y install build-essential python2.7 +apt-get -y install build-essential python # i945-pwm build dependencies # ------------------------------------------------------------ diff --git a/resources/scripts/build/dependencies/fedora35 b/resources/scripts/build/dependencies/fedora35 index a4c97a59..7ff1fd75 100755 --- a/resources/scripts/build/dependencies/fedora35 +++ b/resources/scripts/build/dependencies/fedora35 @@ -48,7 +48,7 @@ dnf -y install pandoc # For Tianocore and iPXE # TODO: check whether this is the full list -dnf -y install nasm perl-libwww-perl python2 subversion +dnf -y install nasm perl-libwww-perl python3 subversion # For building source code: # ------------------------------------------------------------ @@ -64,7 +64,7 @@ dnf -y install arm-none-eabi-gcc-cs # Memtest86+ build dependencies # ------------------------------------------------------------ -dnf -y install gcc python2 +dnf -y install gcc python3 # i945-pwm build dependencies # ------------------------------------------------------------ @@ -79,7 +79,7 @@ dnf -y install gcc-gnat ncurses-devel doxygen acpica-tools gdb flex bison gcc gi # GRUB build dependencies (also requires build-essential, bison and flex) # ------------------------------------------------------------ -dnf -y install unifont-fonts autogen help2man gcc bison flex dejavu-fonts-all texinfo rsync python libusb xz gawk device-mapper fuse gettext freetype-devel intltool libselinux-devel +dnf -y install unifont-fonts autogen help2man gcc bison flex dejavu-fonts-all texinfo rsync python3 libusb xz gawk device-mapper fuse gettext freetype-devel intltool libselinux-devel # BucTS build dependencies (external script) # ------------------------------------------------------------ diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004 index a17b5260..dded7964 100755 --- a/resources/scripts/build/dependencies/ubuntu2004 +++ b/resources/scripts/build/dependencies/ubuntu2004 @@ -71,7 +71,7 @@ fi # Memtest86+ build dependencies # ------------------------------------------------------------ -apt-get -y install build-essential python2.7 +apt-get -y install build-essential python3 # i945-pwm build dependencies # ------------------------------------------------------------ |