From d053e288a6ab88260cd177cbeef76d01c9d066db Mon Sep 17 00:00:00 2001 From: zhoulinhui Date: Mon, 31 Aug 2020 16:41:45 +0800 Subject: [PATCH] Drop Babel from reqs Not needed per [1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I0a1a6204abf3c39ddfa6b83bcfc5d5f532dc2de1 --- babel.cfg | 2 -- lower-constraints.txt | 1 - requirements.txt | 1 - setup.cfg | 1 - 4 files changed, 5 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb76b..0000000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/lower-constraints.txt b/lower-constraints.txt index 0cf1925ca5..689b94384f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -4,7 +4,6 @@ amqp==2.6.1 appdirs==1.4.3 asn1crypto==0.24.0 automaton==1.14.0 -Babel==2.3.4 bandit==1.1.0 bashate==2.0.0 beautifulsoup4==4.6.0 diff --git a/requirements.txt b/requirements.txt index 1b480a9020..23aeaf5a60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ # Despite above warning added by global sync process, please use # ascii betical order. -Babel!=2.4.0,>=2.3.4 # BSD PyYAML>=3.13 # MIT SQLAlchemy>=1.2.0 # MIT WSME>=0.8.0 # MIT diff --git a/setup.cfg b/setup.cfg index 66f58a49db..7adc5a4ef8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,6 @@ input_file = magnum/locale/magnum.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg output_file = magnum/locale/magnum.pot [entry_points]