From d2a7387995258fbeaa50e1fc5dd05888f8974a8c Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Fri, 7 Nov 2014 23:24:36 +0200 Subject: [PATCH] fix python2-apscheduler Adding python2-setuptools as dependency (not make dependency - it is required at runtime) --- aur/python2-apscheduler/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aur/python2-apscheduler/PKGBUILD b/aur/python2-apscheduler/PKGBUILD index 3bc2cd80b..9ff124045 100644 --- a/aur/python2-apscheduler/PKGBUILD +++ b/aur/python2-apscheduler/PKGBUILD @@ -16,7 +16,9 @@ depends=('python2' 'python2-pytz' 'python2-tzlocal' 'python2-futures' - 'python2-six') + 'python2-six' + 'python2-setuptools' + ) #makedepends=() #provides=() #conflicts=()