From f561500866100675cce985cb54f9fa1d918ce92f Mon Sep 17 00:00:00 2001 From: "Haomeng, Wang" Date: Wed, 9 Oct 2013 14:49:02 +0800 Subject: [PATCH] Set python-six minimum version missing python-six minimum version from the requirements.txt set the min version to 1.4.1 fixes bug: #1237205 Change-Id: I6b821e4500178f4ca50e05c4893c8bbaacfc238e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53af113fb..7068b4cc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ python-ceilometerclient>=1.0.5 python-swiftclient>=1.5 lxml>=2.3 requests>=1.1 -six +six>=1.4.1 WSME>=0.5b5 PyYAML>=3.1.0 oslo.config>=1.2.0