]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/msys2_install.sh
Make python a required build dependency (#5784)
[qmk_firmware.git] / util / msys2_install.sh
index fcb4882494f865c1d98ee49e5731f39b1fa5956a..bcb628ab21f23c3622b07325c14509534c3f54a8 100755 (executable)
@@ -7,7 +7,7 @@ armtools=gcc-arm-none-eabi
 installflip=false
 
 echo "Installing dependencies needed for the installation (quazip)"
-pacman --needed -S msys/unzip msys/p7zip base-devel msys/git mingw-w64-x86_64-toolchain
+pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip
 
 source "$dir/win_shared_install.sh"