From e7e81ac01122dd1b7711116d583a69fb655e0bca Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 May 2017 14:54:58 +0200 Subject: Remove unused Babel setup This repo is not translated at all - and not setup for translation. Remove Babel and Babel set up. Change-Id: Ied2e0352f32108fed7b6e3e7355e9f4c029297f1 --- requirements.txt | 1 - setup.cfg | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index d085a12..36544e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=2.0.0 # Apache-2.0 anyjson>=0.3.3 # BSD -Babel>=2.3.4 # BSD six>=1.9.0 # MIT eventlet!=0.18.3,>=0.18.2 # MIT iso8601>=0.1.11 # MIT diff --git a/setup.cfg b/setup.cfg index 8e69787..809983d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,20 +34,6 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html -[compile_catalog] -directory = os_net_config/locale -domain = os-net-config - -[update_catalog] -domain = os-net-config -output_dir = os_net_config/locale -input_file = os_net_config/locale/os-net-config.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = os_net_config/locale/os-net-config.pot - [egg_info] tag_build = tag_date = 0 -- cgit 1.2.3-korg