Add oslo.i18n as dependency

oslo.i18n provides the i18n functions that were provided by
oslo-incubator's gettextutils module. Once Keystone is changed to
use oslo.i18n the gettextutils module can be removed.

Change-Id: Ie9db1c25ba0601258fb9a493cbc75b0ff205d0d6
This commit is contained in:
Brant Knudson 2014-07-02 16:03:49 -05:00
parent 39f9854b81
commit 34c708bc5c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ keystonemiddleware
oslo.config>=1.2.1
oslo.messaging>=1.3.0
oslo.db>=0.2.0 # Apache-2.0
oslo.i18n>=0.1.0 # Apache-2.0
Babel>=1.3
oauthlib>=0.6
dogpile.cache>=0.5.3