From 2fac2de2c61a8691ed86ea95071d032f086e74db Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 May 2017 12:35:38 +0200 Subject: [PATCH] Remove unused Babel setup This repo is not translated at all - and not setup for translation. Remove Babel and Babel set up. Change-Id: Ie3c3d705f50f5de41776a6e5e01db214f9e0e3a4 --- requirements.txt | 1 - setup.cfg | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0b1c09..5b19bcc 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 -Babel>=2.3.4 # BSD testrepository>=0.0.18 # Apache-2.0/BSD python-subunit>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT diff --git a/setup.cfg b/setup.cfg index 2067039..2d078b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,17 +37,3 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html - -[compile_catalog] -directory = os_testr/locale -domain = os-testr - -[update_catalog] -domain = os-testr -output_dir = os_testr/locale -input_file = os_testr/locale/os-testr.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = os_testr/locale/os-testr.pot