From ff04cfdf361b647825005bc31838db13f4d1ac4b Mon Sep 17 00:00:00 2001 From: Sebastian Kalinowski Date: Thu, 17 Sep 2015 11:57:05 +0200 Subject: [PATCH] Pin oslo.utils < 1.4.1 Few hours ago the new version of oslo.utils (1.4.1) has been released [1]. It has incompatible requirements for oslo.i18n, so we have to pin it temporary until we up oslo.i18n version. [1]: http://git.openstack.org/cgit/openstack/oslo.utils/commit/?id=1.4.1 Change-Id: Ie77f4583d368d41f750a7ffe58a2f24c29bc1f51 Partial-Bug: #1496751 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfaeebd..c534a13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cliff>=1.7.0,<=1.9.0 pbr>=0.6,!=0.7,<1.0 oslo.i18n>=1.3.0,<1.6.0 oslo.serialization>=1.0.0,<1.5.0 -oslo.utils<1.5.0 +oslo.utils<1.4.1 oslo.config<1.10.0 python-keystoneclient>=0.10.0,<1.4.0 PyYAML>=3.1.0,<=3.10