py-linecache2: pbr is only a build dependency (#13379)

This commit is contained in:
Adam J. Stewart 2019-10-23 09:38:05 -05:00 committed by GitHub
parent baeec6a94e
commit 4bd0a9b286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,6 @@ class PyLinecache2(PythonPackage):
version('1.0.0', sha256='4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c')
depends_on('py-setuptools', type='build')
depends_on('py-pbr', type=('build', 'run'))
depends_on('py-pbr', type='build')
depends_on('py-fixtures', type='test')
depends_on('py-unittest2', type='test')