diff options
-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 effc6909e2..0b549a8710 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=0 +pkgrel=1 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-rtslib py-simpleparse py-six py-udev py-dbus dbus" depends_dev= makedepends="$depends_dev py-setuptools" install="" |