From 7177434a02496793e8e8b4ff5d43da8aad3cf029 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 7 May 2022 22:01:46 +1000 Subject: [PATCH] MSYS2 install: add some Python dependencies through Pacman (#17025) --- util/install/msys2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/install/msys2.sh b/util/install/msys2.sh index 203f8eff0cb..c57c455eb4c 100755 --- a/util/install/msys2.sh +++ b/util/install/msys2.sh @@ -12,7 +12,8 @@ _qmk_install() { base-devel: toolchain:x clang:x git: unzip: python3-pip:x \ avr-binutils:x avr-gcc:x avr-libc:x arm-none-eabi-binutils:x \ arm-none-eabi-gcc:x arm-none-eabi-newlib:x avrdude:x bootloadhid:x \ - dfu-programmer:x dfu-util:x teensy-loader-cli:x hidapi:x + dfu-programmer:x dfu-util:x teensy-loader-cli:x hidapi:x \ + python-appdirs:x python-colorama:x python-jsonschema:x python-pillow:x python-pygments:x _qmk_install_drivers