summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Frittoli <andrea.frittoli@gmail.com>2017-05-23 11:13:39 +0100
committerAndrea Frittoli <andrea.frittoli@gmail.com>2017-05-23 11:15:35 +0100
commitda55f6ff1f747fe5dd334b44f0b154f514595e7e (patch)
tree09dff5a371354ba8b9104c0680d7c7ba0380fb7e
parentc41876572223b23aa7545d87256fbc4df77bc55c (diff)
downloadoslo-log-da55f6ff1f747fe5dd334b44f0b154f514595e7e.tar.gz
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
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9d9427c..e2d9625 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