From da55f6ff1f747fe5dd334b44f0b154f514595e7e Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Tue, 23 May 2017 11:13:39 +0100 Subject: [PATCH] Oslo i18n 3.15.2 has broken deps Oslo i18n removed babel from requirements but it has a runtime dependency on it, so it fails to install. g-r change: Ib77b3271a4e9861e391623ba5f03e5303512096a Related-Bug: #1692773 Change-Id: I99afc304b2f0955a190ea5f298cdd1018bdf4ae4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d9427c4..e2d96252 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 six>=1.9.0 # MIT oslo.config>=3.22.0 # Apache-2.0 oslo.context>=2.12.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n>=2.1.0,!=3.15.2 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 debtcollector>=1.2.0 # Apache-2.0