From 32e399915fc0a9c439ea102e430ca5321c74fa28 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 16 Nov 2013 18:53:17 +0000 Subject: [PATCH] aur/python2-configshell-fb: fix makedepends --- aur/python2-configshell-fb/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/aur/python2-configshell-fb/PKGBUILD b/aur/python2-configshell-fb/PKGBUILD index 339a2fd6a..a3e6d27e7 100644 --- a/aur/python2-configshell-fb/PKGBUILD +++ b/aur/python2-configshell-fb/PKGBUILD @@ -9,6 +9,7 @@ arch=('any') url="https://github.com/agrover/configshell-fb" license=('Apache') depends=('python2-pyparsing' 'python2-urwid') +makedepends=('python2-setuptools') provides=('python2-configshell') conflicts=('python2-configshell') options=()