From 9bbb4f30f49eb157d31a9aa1c37aca3004656009 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 21 Sep 2014 12:20:55 -0700 Subject: [PATCH] Remove babel and add pyyaml --- babel.cfg | 1 - requirements.txt | 3 ++- setup.cfg | 14 -------------- test-requirements.txt | 2 +- 4 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index efceab8..0000000 --- a/babel.cfg +++ /dev/null @@ -1 +0,0 @@ -[python: **.py] diff --git a/requirements.txt b/requirements.txt index bc7131e..9cf3f8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ # process, which may cause wedges in the gate later. pbr>=0.6,!=0.7,<1.0 -Babel>=1.3 \ No newline at end of file + +PyYAML diff --git a/setup.cfg b/setup.cfg index 2690529..df3434f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,17 +31,3 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html - -[compile_catalog] -directory = os_client_config/locale -domain = os-client-config - -[update_catalog] -domain = os-client-config -output_dir = os_client_config/locale -input_file = os_client_config/locale/os-client-config.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = os_client_config/locale/os-client-config.pot \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 7b79352..d494076 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,4 +12,4 @@ oslosphinx oslotest>=1.1.0.0a1 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=0.9.34 \ No newline at end of file +testtools>=0.9.34