diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-06 08:29:47 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-06 08:29:47 +0000 |
commit | 59118cbe114e7a8016aaf6532ed214e8a2d239aa (patch) | |
tree | 8e2bd3421cab18967fb9eaf310dd1da43f034bd0 /main/py-configshell/APKBUILD | |
parent | b2d838a3078fc22335cd72fccabd6e2cd0b7beaf (diff) | |
download | aports-59118cbe114e7a8016aaf6532ed214e8a2d239aa.tar.bz2 aports-59118cbe114e7a8016aaf6532ed214e8a2d239aa.tar.xz |
main/py-configshell: needs py-setuptools to build
Diffstat (limited to 'main/py-configshell/APKBUILD')
-rw-r--r-- | main/py-configshell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-configshell/APKBUILD b/main/py-configshell/APKBUILD index 26420e1ff9..0969f037bd 100644 --- a/main/py-configshell/APKBUILD +++ b/main/py-configshell/APKBUILD @@ -4,13 +4,13 @@ _realname=configshell pkgver=1.1_p17 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=0 +pkgrel=1 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" url="https://github.com/agrover/configshell-fb" arch="noarch" license="AGPL3" depends="python" -depends_dev="python-dev py-simpleparse py-urwid" +depends_dev="python-dev py-simpleparse py-setuptools py-urwid" makedepends="$depends_dev" install="" subpackages="" |