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
1 changed files with 1 additions and 0 deletions

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'