diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-28 15:08:25 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-28 15:08:31 +0000 |
commit | 267163cf0a16809729e6a0f9afc027884f67be10 (patch) | |
tree | e42f737853417fc92177b084f2d118adb884552e /community/targetcli | |
parent | bf492884d5c58b0054a10061503315504d82ab2d (diff) | |
download | aports-267163cf0a16809729e6a0f9afc027884f67be10.tar.bz2 aports-267163cf0a16809729e6a0f9afc027884f67be10.tar.xz |
community/targetcli: added py-urwid to depends. Fixes #5978
Diffstat (limited to 'community/targetcli')
-rw-r--r-- | community/targetcli/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/targetcli/APKBUILD b/community/targetcli/APKBUILD index 0b549a8710..c996141007 100644 --- a/community/targetcli/APKBUILD +++ b/community/targetcli/APKBUILD @@ -4,13 +4,13 @@ pkgname=targetcli pkgver=2.1_p43 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=1 +pkgrel=2 pkgdesc="An administration shell for storage targets" url="https://github.com/agrover/targetcli-fb" arch="noarch" license="AGPLv3" depends="python py-configobj py-configshell py-ethtool py-ipaddr py-parsing - py-rtslib py-simpleparse py-six py-udev py-dbus dbus" + py-rtslib py-simpleparse py-six py-udev py-dbus dbus py-urwid" depends_dev= makedepends="$depends_dev py-setuptools" install="" |