summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-28 12:42:00 +0000
committerGerrit Code Review <review@openstack.org>2020-07-28 12:42:00 +0000
commit45cb4376a24d244fa677f3736299b4effa092657 (patch)
treeaceaa45656d177fa3cafedf482f55dff262adb7b
parent0a7b1723e11261bb43157c236361d10402db0f8c (diff)
parentfa421e9178aa9bf2e327b13e3685974b0494a813 (diff)
downloaddesignate-45cb4376a24d244fa677f3736299b4effa092657.tar.gz
Merge "Remove translation sections from setup.cfg"
-rw-r--r--babel.cfg2
-rw-r--r--requirements.txt1
-rw-r--r--setup.cfg19
3 files changed, 0 insertions, 22 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index 15cd6cb7..00000000
--- a/babel.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[python: **.py]
-
diff --git a/requirements.txt b/requirements.txt
index 7e40c2d3..8b591257 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-Babel!=2.4.0,>=2.3.4 # BSD
eventlet>=0.25.1 # MIT
Flask!=0.11,>=0.10 # BSD
greenlet>=0.4.10 # MIT
diff --git a/setup.cfg b/setup.cfg
index e945ffe3..dbf5aab4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -128,22 +128,3 @@ designate.notification.plugin =
wsgi_scripts =
designate-api-wsgi = designate.api.wsgi:init_application
-
-[egg_info]
-tag_build =
-tag_date = 0
-tag_svn_revision = 0
-
-[compile_catalog]
-directory = designate/locale
-domain = designate
-
-[update_catalog]
-domain = designate
-output_dir = designate/locale
-input_file = designate/locale/designate.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = designate/locale/designate.pot