diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-03-26 15:20:07 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-04-20 20:59:14 +0900 |
commit | 7d1fcd7581ead32333368fe18cdb9ec413081200 (patch) | |
tree | d98fe97930dd2802b58bc14aa03940ed9f65b915 /tools | |
parent | e88529f9665db99811685147e538d742c4f8b605 (diff) |
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 <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
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 |