diff options
-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="" |