testing/py3-dbusmock: rebuild against python 3.8

This commit is contained in:
Natanael Copa 2019-11-04 12:17:07 +00:00
parent 0831f5d351
commit aaca0d5bce

View File

@ -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"