requirements: add missing oslo i18n dep in order

Somehow we were missing this dep. I suspect that another oslo dep was
pulling it anyway, but the policy is that any module that we import
directly should be in our requirements.txt even if it is being pulled
by another dependency (as that dependency could drop the sub dep and
we'd break).

Change-Id: I5d5ee420273d87c73c5c6c8ac806eaea2ce18c2b
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
This commit is contained in:
Antoni Segura Puimedon 2016-08-29 11:41:38 +02:00
parent 4e4ca376d7
commit dfd8aa1e6c
No known key found for this signature in database
GPG Key ID: 2329618D2967720A
1 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,13 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
Babel>=2.3.4 # BSD
netaddr!=0.7.16,>=0.7.12 # BSD
neutron-lib>=0.3.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
python-neutronclient>=4.2.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
pyroute2>=0.4.3 # Apache-2.0 (+ dual licensed GPL2)
neutron-lib>=0.3.0 # Apache-2.0
python-neutronclient>=4.2.0 # Apache-2.0