From 11998b9f8b73151454078f8bef15826475e4ec4f Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Tue, 16 Oct 2018 21:55:15 +0200 Subject: [PATCH] PKGBUILD: add python-pip as dependency Signed-off-by: Ralf Ramsauer --- arch/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index e969814..55309b4 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -9,6 +9,7 @@ url="https://github.com/Binary-Kitchen/${pkgname}" license=(GPL) depends=('python3' 'python-ldap' + 'python-pip' 'alsa-utils' 'mosquitto' 'wol'