summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-04-02 14:10:21 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-04-02 14:10:21 +0200
commit1d9c8283b8a1d1ccae5ddc2e832c47bac681a9dd (patch)
tree6aa2e7c02e2b36644fa524e3235496123ed0ebf3 /setup.cfg
parent9f93694b9ae41811c43d66ce56d34422f9991f06 (diff)
downloadironic-1d9c8283b8a1d1ccae5ddc2e832c47bac681a9dd.tar.gz
Make oslo.i18n an optional dependency
In an ideal world we would have all messages translated to at least major languages. In reality, ironic has never boasted a great set of translation, and according to Zanata only 2.94% of messages are translated for ironic in Train (1.33% for ironic-inspector). Given that ironic-python-agent is not translated at all, using i18n by default seems an overkill. Change-Id: I12287c6b7208af487cc9eee825ae7f38ec707d91
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5dd3dc4fe..414af630b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -200,3 +200,5 @@ universal = 1
[extras]
guru_meditation_reports =
oslo.reports>=1.18.0 # Apache-2.0
+i18n =
+ oslo.i18n>=3.15.3 # Apache-2.0