1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-12 03:02:35 +02:00

PKGBUILD: add missing dependency pyserial

Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
This commit is contained in:
Thomas 2019-06-18 22:59:55 +02:00 committed by Ralf Ramsauer
parent 9828534eae
commit 8bc75bc0f6

View File

@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/Binary-Kitchen/${pkgname}"
license=(GPL)
depends=('python3'
'python-pyserial'
'python-ldap'
'python-pip'
'alsa-utils'