aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-dbusmock/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-dbusmock/APKBUILD b/testing/py3-dbusmock/APKBUILD
index d2046fd169b..39956068550 100644
--- a/testing/py3-dbusmock/APKBUILD
+++ b/testing/py3-dbusmock/APKBUILD
@@ -2,13 +2,13 @@
pkgname=py3-dbusmock
_pyname=python-dbusmock
pkgver=0.18.3
-pkgrel=0
+pkgrel=1
pkgdesc="Mock D-Bus objects for tests"
url="https://github.com/martinpitt/python-dbusmock"
arch="noarch"
license="LGPL-3.0-or-later"
depends="py3-dbus py3-gobject3"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
checkdepends="dbus py3-nose"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"