From 8bc75bc0f6168d2660020a47ceb59b4dc9299c6a Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Tue, 18 Jun 2019 22:59:55 +0200 Subject: [PATCH] PKGBUILD: add missing dependency pyserial Signed-off-by: Thomas Schmid --- arch/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 423b1b2..16970b8 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -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'