aboutsummaryrefslogtreecommitdiffstats
path: root/community/dbus-test-runner/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dbus-test-runner/APKBUILD')
-rw-r--r--community/dbus-test-runner/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dbus-test-runner/APKBUILD b/community/dbus-test-runner/APKBUILD
index 61f6b195c39..3147e62ec3f 100644
--- a/community/dbus-test-runner/APKBUILD
+++ b/community/dbus-test-runner/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer:
pkgname=dbus-test-runner
pkgver=19.04.0
-pkgrel=1
+pkgrel=4
pkgdesc="Run executabls under a new DBus session for testing"
options="!check" # Tests that uses py3-dbusmock fails
url="https://launchpad.net/dbus-test-runner"
arch="all"
license="GPL-3.0-or-later"
-depends="dbus"
+depends="dbus python3 py3-dbusmock"
makedepends="intltool glib-dev dbus-glib-dev"
-checkdepends="bash py3-dbusmock"
+checkdepends="bash"
subpackages="$pkgname-dev $pkgname-libs"
source="https://launchpad.net/dbus-test-runner/${pkgver%.*}/$pkgver/+download/dbus-test-runner-$pkgver.tar.gz"