From 27161fe16d670e0b3b4058bda2e553c1e081b278 Mon Sep 17 00:00:00 2001 From: Nat Zimmermann Date: Wed, 25 Oct 2023 20:47:54 +0100 Subject: [PATCH] qmk: depend on python3-Pillow --- srcpkgs/qmk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template index f3e39c996ee75..5eee2d7bba4a6 100644 --- a/srcpkgs/qmk/template +++ b/srcpkgs/qmk/template @@ -1,7 +1,7 @@ # Template file for 'qmk' pkgname=qmk version=1.1.2 -revision=3 +revision=4 build_style=python3-pep517 hostmakedepends="python3-wheel" # This includes the requirements from requirements.txt in the qmk_firmware @@ -9,7 +9,7 @@ hostmakedepends="python3-wheel" depends="avr-gcc avrdude cross-arm-none-eabi dfu-programmer dfu-util python3-Pygments python3-appdirs python3-argcomplete python3-colorama python3-dotty-dict python3-hid python3-hjson python3-jsonschema python3-milc - python3-nose2 python3-pyserial python3-usb python3-yapf" + python3-nose2 python3-pyserial python3-usb python3-yapf python3-Pillow" short_desc="Program to help users work with QMK Firmware" maintainer="Orphaned " license="MIT"