diff options
author | Jann - Ove Risvik <jann.ove@usaklig.com> | 2016-07-06 02:30:19 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-06 14:29:01 +0200 |
commit | 22c770295d4c641fb310ac081ea4af242a7c1330 (patch) | |
tree | f871cbc8bddfa97be900595b36a58d250441f28e /main/py-configshell | |
parent | cf1f22073ec9cce16bfba03ebeabf5c13eb46c82 (diff) | |
download | aports-22c770295d4c641fb310ac081ea4af242a7c1330.tar.bz2 aports-22c770295d4c641fb310ac081ea4af242a7c1330.tar.xz |
main/py-configshell: updated dependencies
Diffstat (limited to 'main/py-configshell')
-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" |