pbr: Remove unused translation sections from setup.cfg
Patrole doesn't have a translation infrastructure, so this is
to remove translation sections from the setup.cfg; these
sections are the same as those documented under:
https://docs.openstack.org/infra/manual/creators.html#python-projects
Change-Id: If2efd6e462933d0d192e331d12f0798ddf12ce46
diff --git a/setup.cfg b/setup.cfg
index 02ce831..77a039a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,20 +26,6 @@
[upload_sphinx]
upload-dir = doc/build/html
-[compile_catalog]
-directory = patrole/locale
-domain = patrole
-
-[update_catalog]
-domain = patrole
-output_dir = patrole/locale
-input_file = patrole/locale/patrole.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = patrole/locale/patrole.pot
-
[build_releasenotes]
all_files = 1
build-dir = releasenotes/build