From 750bc48c88e7548b162d5235e647406f4c6390a2 Mon Sep 17 00:00:00 2001 From: zhoulinhui Date: Mon, 31 Aug 2020 16:36:42 +0800 Subject: [PATCH] Drop Babel from reqs Not needed per [1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Co-Authored-By: Linhui Zhou Change-Id: Id727819692bb0a3d3ac61f18f421d5430231fb51 --- babel.cfg | 1 - requirements.txt | 2 +- setup.cfg | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index efceab81..00000000 --- a/babel.cfg +++ /dev/null @@ -1 +0,0 @@ -[python: **.py] diff --git a/requirements.txt b/requirements.txt index 32a62d43..dc5718b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Babel>=2.5.3 # BSD + botocore>=1.9.7 # Apache-2.0 cryptography>=2.1.4 # BSD/Apache-2.0 eventlet>=0.20.0 # MIT diff --git a/setup.cfg b/setup.cfg index 708ca976..17003674 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,5 +48,4 @@ input_file = ec2api/locale/ec2api.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg output_file = ec2api/locale/ec2api.pot