Port to use oslo.i18n
Module gettextutils from oslo-incubator was graduated to separate library (oslo.i18n) and removed from repository, so we should use new library. Change-Id: I9bfe95c7995c47715151386c602ef954499bb2ea
This commit is contained in:
parent
9da2c8548b
commit
c780d25b40
@ -9,6 +9,7 @@ jsonschema>=2.0.0,<3.0.0
|
||||
netaddr>=0.7.12
|
||||
oslo.config>=1.4.0 # Apache-2.0
|
||||
oslo.db>=1.0.0 # Apache-2.0
|
||||
oslo.i18n>=1.0.0 # Apache-2.0
|
||||
oslo.serialization>=1.0.0 # Apache-2.0
|
||||
oslo.utils>=1.0.0 # Apache-2.0
|
||||
paramiko>=1.13.0
|
||||
|
2
tox.ini
2
tox.ini
@ -44,5 +44,5 @@ builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,*rally/verification/verifiers/tempest/openstack-tempest*,build,*rally/openstack*
|
||||
|
||||
[hacking]
|
||||
import_exceptions = rally.openstack.common.gettextutils._
|
||||
import_exceptions = rally.i18n
|
||||
local-check-factory = tests.hacking.checks.factory
|
||||
|
Loading…
x
Reference in New Issue
Block a user