Remove translation sections from setup.cfg

These translation sections are not needed anymore,
Babel can generate translation files without them.

Change-Id: I3ce75df7f7afa9158ca89801b6226ae9a6e84a02
This commit is contained in:
Q.hongtao 2020-09-13 00:29:32 +08:00
parent 870b53ee8e
commit 15eea42152
3 changed files with 2 additions and 6 deletions

View File

@ -1,2 +0,0 @@
[python: **.py]

View File

@ -2,7 +2,6 @@ alembic==0.9.8
amqp==2.2.2
aodhclient==1.0.0
appdirs==1.4.3
Babel==2.5.3
beautifulsoup4==4.6.0
cachetools==2.0.1
certifi==2018.1.18
@ -100,7 +99,7 @@ python-openstackclient==3.12.0
python-subunit==1.2.0
python-swiftclient==3.5.0
python-troveclient==2.2.0
pytz==2013.6
pytz==2018.3
PyYAML==3.13
pyzabbix==0.7.4
reno==3.1.0

View File

@ -4,7 +4,6 @@
pbr>=3.1.1 # Apache-2.0
alembic>=0.9.8 # MIT
Babel>=2.5.3 # BSD
cachetools>=2.0.1 # MIT License
cryptography>=2.7 # BSD/Apache-2.0
lxml>=4.5.2 # BSD
@ -40,7 +39,7 @@ eventlet!=0.20.1,>=0.20.0 # MIT
six>=1.11.0 # MIT
debtcollector>=1.19.0 # Apache-2.0
cotyledon>=1.6.8 # Apache-2.0
pytz>=2013.6 # MIT
pytz>=2018.3 # MIT
tenacity>=4.12.0
tooz>=1.58.0 # Apache-2.0
psutil>=5.4.3 # BSD