From fb0e448d4b3f3fed156457ba33f59d34cbe15213 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 10 Apr 2018 16:11:06 -0400 Subject: [PATCH] exclude cmd2 0.8.3 Release 0.8.3 of cmd2 failed to properly specify a new dependency so installing it breaks interactive mode for OSC and other cliff-based apps. Change-Id: If9d7af11865c2031960905b5902223aa28dcd449 Signed-off-by: Doug Hellmann --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index ff4b49b0ac..1fefc98334 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -19,7 +19,7 @@ ceilometermiddleware>=1.1.0 # Apache-2.0 cachetools>=2.0.0 # MIT License cffi>=1.7.0 # MIT cliff>=2.8.0,!=2.9.0 # Apache-2.0 -cmd2>=0.8.0 # MIT +cmd2>=0.8.0,!=0.8.3 # MIT cotyledon>=1.3.0 # Apache-2.0 construct>=2.8.10,<2.9 # MIT PuLP>=1.4.1 # MIT