Merge "Remove translation sections from setup.cfg"

This commit is contained in:
Zuul 2020-08-03 07:19:40 +00:00 committed by Gerrit Code Review
commit 1324107975
4 changed files with 0 additions and 18 deletions

View File

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

View File

@ -1,7 +1,6 @@
alabaster==0.7.10
appdirs==1.3.0
asn1crypto==0.23.0
Babel==2.3.4
cffi==1.7.0
cliff==2.8.0
cmd2==0.8.0

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
GitPython>=1.0.1 # BSD License (3 clause)
eventlet!=0.20.1,>=0.20.0 # MIT
python-heatclient>=1.10.0 # Apache-2.0

View File

@ -46,20 +46,6 @@ data_files =
share/ansible/roles/ = roles/*
share/ansible/plugins/ = ansible_plugins/*
[compile_catalog]
directory = tripleo_common/locale
domain = tripleo-common
[update_catalog]
domain = tripleo-common
output_dir = tripleo_common/locale
input_file = tripleo_common/locale/tripleo-common.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = tripleo_common/locale/tripleo-common.pot
[entry_points]
mistral.actions =
tripleo.baremetal.configure_boot = tripleo_common.actions.baremetal:ConfigureBootAction