Remove Babel requirement
Babel is not needed as requirement, remove it. Remove translation sections from setup.cfg. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Depends-On: https://review.opendev.org/#/c/730427/ Change-Id: I4d82cfc09d255ad574e44ac303fd187c5348ca47
This commit is contained in:
parent
45bad61b80
commit
600384fa3b
@ -9,4 +9,3 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
PrettyTable<0.8,>=0.7.2 # BSD
|
||||
simplejson>=3.5.1 # MIT
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
|
14
setup.cfg
14
setup.cfg
@ -31,17 +31,3 @@ packages =
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
nova = novaclient.shell:main
|
||||
|
||||
[compile_catalog]
|
||||
domain = novaclient
|
||||
directory = novaclient/locale
|
||||
|
||||
[update_catalog]
|
||||
domain = novaclient
|
||||
output_dir = novaclient/locale
|
||||
input_file = novaclient/locale/novaclient.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = novaclient/locale/novaclient.pot
|
||||
|
Loading…
Reference in New Issue
Block a user