py-traceback2: fix dependencies (#13381)
This commit is contained in:
parent
b75f506a1a
commit
bc6c76baf9
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user