Date: Sunday, February 25, 2018 @ 19:11:02 Author: felixonmars Revision: 298066
upgpkg: python-stestr 2.0.0-2 fix dependencies Modified: python-stestr/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-25 19:10:32 UTC (rev 298065) +++ PKGBUILD 2018-02-25 19:11:02 UTC (rev 298066) @@ -6,14 +6,15 @@ pkgbase=python-stestr pkgname=(python-stestr python2-stestr) pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A test runner runner similar to testrepository" url="http://stestr.readthedocs.io/en/latest/" license=('Apache') arch=('any') -makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 'python-subunit' - 'python2-subunit' 'python-fixtures' 'python2-fixtures' 'python-testtools' - 'python2-testtools' 'python-yaml' 'python2-yaml') +makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 'python-cliff' + 'python2-cliff' 'python-subunit' 'python2-subunit' 'python-fixtures' 'python2-fixtures' + 'python-testtools' 'python2-testtools' 'python-yaml' 'python2-yaml' 'python-voluptuous' + 'python2-voluptuous') checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 'python2-sphinx' 'python-mock' 'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 'python-coverage' 'python2-coverage' 'python-ddt' 'python2-ddt') @@ -51,8 +52,8 @@ } package_python-stestr() { - depends=('python-future' 'python-pbr' 'python-subunit' 'python-fixtures' 'python-testtools' - 'python-yaml') + depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 'python-fixtures' + 'python-testtools' 'python-yaml' 'python-voluptuous') cd stestr-$pkgver python setup.py install --root="$pkgdir" --optimize=1 @@ -59,8 +60,8 @@ } package_python2-stestr() { - depends=('python2-future' 'python2-pbr' 'python2-subunit' 'python2-fixtures' 'python2-testtools' - 'python2-yaml') + depends=('python2-future' 'python2-cliff' 'python2-pbr' 'python2-subunit' 'python2-fixtures' + 'python2-testtools' 'python2-yaml' 'python2-voluptuous') cd stestr-$pkgver-py2 python2 setup.py install --root="$pkgdir" --optimize=1
