Merge "Remove Babel requirement"

This commit is contained in:
Zuul 2020-05-20 04:56:25 +00:00 committed by Gerrit Code Review
commit dc899ebe7b
4 changed files with 0 additions and 16 deletions

View File

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

View File

@ -2,7 +2,6 @@ alembic==0.9.8
amqp==2.2.2
appdirs==1.4.3
asn1crypto==0.24.0
Babel==2.3.4
bandit==1.1.0
bcrypt==3.1.4
cachetools==2.0.1

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
docker>=2.4.2 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
jsonpath-rw<2.0,>=1.2.0 # Apache-2.0

View File

@ -79,16 +79,3 @@ senlin.endpoints =
heat = senlin.engine.notifications.heat_endpoint:HeatNotificationEndpoint
nova = senlin.engine.notifications.nova_endpoint:NovaNotificationEndpoint
[compile_catalog]
directory = senlin/locale
domain = senlin
[update_catalog]
domain = senlin
output_dir = senlin/locale
input_file = senlin/locale/senlin.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = senlin/locale/senlin.pot