~ruther/qmk_firmware

7177434a02496793e8e8b4ff5d43da8aad3cf029 — Ryan 3 years ago 7854441
MSYS2 install: add some Python dependencies through Pacman (#17025)

1 files changed, 2 insertions(+), 1 deletions(-)

M util/install/msys2.sh
M util/install/msys2.sh => util/install/msys2.sh +2 -1
@@ 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