aur/python2-configshell-fb: fix makedepends

This commit is contained in:
Kevin Mihelich 2013-11-16 18:53:17 +00:00
parent 7f3940892a
commit 32e399915f

View file

@ -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=()