diff options
author | qiufossen <qiujunting@inspur.com> | 2020-04-26 14:30:01 +0800 |
---|---|---|
committer | Takashi Natsume <takanattie@gmail.com> | 2020-05-23 04:29:18 +0000 |
commit | 600384fa3b046f3c01e7f375f384610df99fae90 (patch) | |
tree | 38c02fd3b2a49236dfc985156dc455d7b728ca4f | |
parent | 45bad61b809c046f8616d1c64b10a173732c84d5 (diff) | |
download | python-novaclient-600384fa3b046f3c01e7f375f384610df99fae90.tar.gz |
Remove Babel requirement17.1.0
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
-rw-r--r-- | babel.cfg | 1 | ||||
-rw-r--r-- | requirements.txt | 1 | ||||
-rw-r--r-- | setup.cfg | 14 |
3 files changed, 0 insertions, 16 deletions
diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index efceab81..00000000 --- a/babel.cfg +++ /dev/null @@ -1 +0,0 @@ -[python: **.py] diff --git a/requirements.txt b/requirements.txt index 609ea42b..682f6b94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 |