diff --git a/PKGBUILD b/PKGBUILD index 6a74a68..5b4c05f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ url="https://pypi.python.org/pypi/os-service-types/$pkgver" license=('Apache') depends=('python-pbr') makedepends=('git') -checkdepends=('python-oslotest' 'python-requests-mock') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-stestr' 'python-testscenarios' 'python-keystoneauth1') options=('!emptydirs') source=("git+https://github.com/openstack/os-service-types.git#commit=$_commit") sha512sums=('SKIP')