diff options
-rw-r--r-- | main/py-configshell/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/py-configshell/APKBUILD b/main/py-configshell/APKBUILD index 6691ae4464..140f2b3ad1 100644 --- a/main/py-configshell/APKBUILD +++ b/main/py-configshell/APKBUILD @@ -4,14 +4,14 @@ _realname=configshell pkgver=1.1_p19 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=1 +pkgrel=2 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="python py-six py-urwid py-parsing" depends_dev="" -makedepends="$depends_dev python-dev py-simpleparse py-setuptools py-urwid" +makedepends="$depends_dev python-dev py-setuptools" install="" subpackages="" source="$_realname-fb-$_ver.tar.gz::https://github.com/agrover/configshell-fb/archive/v$_ver.tar.gz" |