qmk: depend on python3-pyserial

This commit is contained in:
Josh Klar 2023-08-20 17:11:32 -07:00 committed by Đoàn Trần Công Danh
parent cee1e365a8
commit 4d14533224

View File

@ -1,7 +1,7 @@
# Template file for 'qmk'
pkgname=qmk
version=1.1.2
revision=1
revision=2
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-usb python3-yapf"
python3-nose2 python3-pyserial python3-usb python3-yapf"
short_desc="Program to help users work with QMK Firmware"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"