From e8717c9e9f7e79ac5f5644af28fb4093cf32c2e8 Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sun, 9 Sep 2018 23:42:33 +0200 Subject: [PATCH] PKGBUILD: add python-ldap dependency Signed-off-by: Ralf Ramsauer --- arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index c178c48..a9a3e50 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Binary Kitchen's doorlockd" arch=('any') url="https://github.com/Binary-Kitchen/${pkgname}" license=(GPL) -depends=('python3' 'alsa-utils' 'mosquitto' 'wol' 'python-flask-wtf' 'python-flask-socketio') +depends=('python3' 'python-ldap' 'alsa-utils' 'mosquitto' 'wol' 'python-flask-wtf' 'python-flask-socketio') source=("git+https://github.com/Binary-Kitchen/${pkgname}.git#branch=next") sha256sums=('SKIP')