py-traceback2: fix dependencies (#13381)

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

View File

@ -15,5 +15,10 @@ class PyTraceback2(PythonPackage):
version('1.4.0', sha256='05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
depends_on('py-setuptools', type='build')
depends_on('py-linecache2', type=('build', 'run'))
depends_on('py-pbr', type=('build', 'run'))
depends_on('py-pbr', type='build')
# test-requirements.txt
depends_on('py-contextlib2', type='test')
depends_on('py-fixtures', type='test')
depends_on('py-testtools', type='test')
depends_on('py-unittest2', type='test')