mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 08:24:41 +00:00
MSYS2 install: add some Python dependencies through Pacman (#17025)
This commit is contained in:
parent
785444199e
commit
7177434a02
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ _qmk_install() {
|
||||||
base-devel: toolchain:x clang:x git: unzip: python3-pip:x \
|
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 \
|
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 \
|
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
|
_qmk_install_drivers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue