From 7d1fcd7581ead32333368fe18cdb9ec413081200 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 26 Mar 2014 15:20:07 +0900 Subject: [PATCH] pip-requires: require oslo.config >= 1.2.0 specifically we want their commit de803cdf (Change-Id: If712e1d51c1e1329093acb16ed6a84e9f0baf8c1) for stable order of cli options. the following sub-command commits rely on it. Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 0d5792c6..2528ebc7 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,7 +2,7 @@ eventlet lxml msgpack-python>=0.4.0 netaddr -oslo.config +oslo.config>=1.2.0 paramiko routes six>=1.4.0