Date: Sunday, November 13, 2022 @ 20:14:12 Author: jelle Revision: 1347385
upgpkg: python-stestr 4.0.1-2: Drop python-mock from checkdepends Modified: python-stestr/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-13 20:12:57 UTC (rev 1347384) +++ PKGBUILD 2022-11-13 20:14:12 UTC (rev 1347385) @@ -4,7 +4,7 @@ pkgname=python-stestr pkgver=4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A test runner runner similar to testrepository" url="https://stestr.readthedocs.io/en/latest/" license=('Apache') @@ -11,7 +11,7 @@ arch=('any') depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 'python-fixtures' 'python-testtools' 'python-yaml' 'python-voluptuous') -checkdepends=('python-hacking' 'python-sphinx' 'python-mock' 'python-coverage' +checkdepends=('python-hacking' 'python-sphinx' 'python-coverage' 'python-ddt') source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz") sha512sums=('a74b9278b1941da62af58a087a10e5a0624901ceb81dcdd25eab3a05f003756773551fe6eec46dfb371f7b726cf296abfe0116444fb32c94fb6811440ee22a58')
