From c780d25b40272ce21af3ba778942354bd0884987 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Tue, 14 Oct 2014 20:27:27 +0800 Subject: [PATCH] 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 --- requirements.txt | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c90902f..6aadbb85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index 2b32609a..0b9c6e3a 100644 --- a/tox.ini +++ b/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