add deps for barbican-tempest-plugin

oslo_config and oslo_log are imported in
codes, such as:
https://github.com/openstack/barbican-tempest-plugin
/blob/master/barbican_tempest_plugin/config.py#L16
https://github.com/openstack/barbican-tempest-plugin
/blob/master/barbican_tempest_plugin/tests/scenario/barbican_manager.py#L29
So, we should add them as deps.

Change-Id: Id22657b0169d302bbf62747ef7708d456107c529
This commit is contained in:
yushangbin 2017-03-28 00:51:03 +08:00
parent 5fbd647251
commit 817651d25a
2 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,5 @@ pbr>=1.8 # Apache-2.0
tempest>=12.1.0 # Apache-2.0
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
oslo.config>=3.22.0 # Apache-2.0

View File

@ -11,3 +11,5 @@ oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslo.log>=3.22.0 # Apache-2.0