From 891773e45a48d13c5c4bb51c10c52385d9be272c Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 17 Apr 2020 15:44:08 +0200 Subject: [PATCH] Remove Babel from requirements It's not a runtime dependency (and even oslo.i18n has dropped it). The translation infrastructure installs Babel explicitly. See this mailing list thread for a full reasoning: http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I0decb5537c8d3c920547f4a086b600f7b8782eec --- oslo.{{cookiecutter.module_name}}/lower-constraints.txt | 1 - oslo.{{cookiecutter.module_name}}/requirements.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/oslo.{{cookiecutter.module_name}}/lower-constraints.txt b/oslo.{{cookiecutter.module_name}}/lower-constraints.txt index 08ac9fb..9547e99 100644 --- a/oslo.{{cookiecutter.module_name}}/lower-constraints.txt +++ b/oslo.{{cookiecutter.module_name}}/lower-constraints.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Babel==1.3.0 hacking==2.0.0 mypy==0.720 oslotest==1.5.1 diff --git a/oslo.{{cookiecutter.module_name}}/requirements.txt b/oslo.{{cookiecutter.module_name}}/requirements.txt index c299e3b..9dbc011 100644 --- a/oslo.{{cookiecutter.module_name}}/requirements.txt +++ b/oslo.{{cookiecutter.module_name}}/requirements.txt @@ -1,5 +1,3 @@ # 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>=1.3