mirror of
https://github.com/binary-kitchen/doorlockd
synced 2026-05-16 04:06:31 +02:00
PKGBUILD: add missing dependency pyserial
Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
This commit is contained in:
parent
9828534eae
commit
8bc75bc0f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue