summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-12-08 11:57:12 +0100
committerJohannes Dewender2015-12-08 11:57:12 +0100
commita186d73821e6971927f25fc229d84c1f4c125e49 (patch)
tree08105f734b25bb26bb964ec8b8a2a0d7bf1decd8
parent0868376635dae4c4e0539edea0659f40a0d3d6c9 (diff)
downloadaur-a186d73821e6971927f25fc229d84c1f4c125e49.tar.gz
add python-dbus dependency
thanks forumi0721
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 692a1f49c349..93690ec356bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = targetcli-fb
pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co)
pkgver = 2.1.fb42
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/agrover/targetcli-fb
arch = any
license = Apache
makedepends = python-setuptools
depends = python-rtslib-fb>=2.1.fb52
depends = python-configshell-fb>=1.1.fb17
+ depends = python-dbus
provides = targetcli
source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb42.tar.gz
sha256sums = b4fbae4c41e333b5aadd029f00dc59b8522d88594bea1ad6901f24daf495ecdc
diff --git a/PKGBUILD b/PKGBUILD
index 5fbe522cb2a6..68e7eb9bae9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
pkgver=2.1.fb42
-pkgrel=1
+pkgrel=2
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
arch=('any')
url="https://github.com/agrover/targetcli-fb"
license=('Apache')
groups=()
-depends=('python-rtslib-fb>=2.1.fb52' 'python-configshell-fb>=1.1.fb17')
+depends=('python-rtslib-fb>=2.1.fb52' 'python-configshell-fb>=1.1.fb17'
+ 'python-dbus')
makedepends=('python-setuptools')
# TODO: optdepend on python-ethtool when available for python3
optdepends=()