aboutsummaryrefslogtreecommitdiffstats
path: root/main/targetcli
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-07-23 14:51:21 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-07-23 14:51:21 +0000
commitb7cedfd50a6dbb773a0b308ec6eb678b4cd4e457 (patch)
tree9803e3da82072bba0fbe7b11a4e81da5a604eef4 /main/targetcli
parent378203d7ffa96071311902756e00f05d7d95d7a6 (diff)
downloadaports-b7cedfd50a6dbb773a0b308ec6eb678b4cd4e457.tar.bz2
aports-b7cedfd50a6dbb773a0b308ec6eb678b4cd4e457.tar.xz
main/targetcli: add py-parsing dependency
fix: #4465
Diffstat (limited to 'main/targetcli')
-rw-r--r--main/targetcli/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/targetcli/APKBUILD b/main/targetcli/APKBUILD
index a4d8761672..36711bc3d4 100644
--- a/main/targetcli/APKBUILD
+++ b/main/targetcli/APKBUILD
@@ -4,13 +4,13 @@ pkgname=targetcli
pkgver=2.1_p40
_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-rtslib
- py-simpleparse"
+ py-simpleparse py-parsing"
depends_dev=
makedepends="$depends_dev py-setuptools"
install=""