summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-05-07 22:01:46 +1000
committerGitHub <noreply@github.com>2022-05-07 13:01:46 +0100
commit7177434a02496793e8e8b4ff5d43da8aad3cf029 (patch)
tree5db2f65b5044b543f6a1231c299b4ab57aeca5f1 /util
parent785444199eac4d9ced15d90c7ef8dfbec86b8fd8 (diff)
MSYS2 install: add some Python dependencies through Pacman (#17025)
Diffstat (limited to 'util')
-rwxr-xr-xutil/install/msys2.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/install/msys2.sh b/util/install/msys2.sh
index 203f8eff0c..c57c455eb4 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