[arch-commits] Commit in python-debtcollector/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jul 18 02:09:07 UTC 2018


    Date: Wednesday, July 18, 2018 @ 02:09:06
  Author: foutrelis
Revision: 361456

Add missing checkdeps on python{,2}-testrepository

Modified:
  python-debtcollector/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 02:09:03 UTC (rev 361455)
+++ PKGBUILD	2018-07-18 02:09:06 UTC (rev 361456)
@@ -11,7 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel'
              'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
-checkdepends=('python-oslotest' 'python2-oslotest')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-testrepository'
+              'python2-testrepository')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz")
 sha512sums=('90e11584c22bc0947599fc5b7ecd44eae9cb82f6a26b32aa6a56a1698dde47ad1a00fe90d10dc46ddb816c19445a4563c22d2360ae1688c76ffb5695f6048b59')
 



More information about the arch-commits mailing list