Freeze cmd2 library on python2

The cmd2-0.9.0 is python3-only. Let's freeze the cmd2<0.9.0 as
recommended in https://pypi.org/project/cmd2/ while allowing any newer
version on python 3+.

Change-Id: I568e649ec5fdd0bf875d7ac3ff630e9b6bae6426
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
Lukáš Doktor 2018-05-28 19:14:23 +02:00 committed by Matthew Thode
parent dff139a84e
commit 54769e36c0
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,8 @@ ceilometermiddleware # Apache-2.0
cachetools # MIT License
cffi # MIT
cliff!=2.9.0 # Apache-2.0
cmd2!=0.8.3 # MIT
cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT
cmd2!=0.8.3;python_version>='3.0' # MIT
cotyledon # Apache-2.0
construct<2.9 # MIT
PuLP # MIT

View File

@ -383,7 +383,9 @@ pyasn1===0.4.2
oslo.rootwrap===5.14.1
Django===1.11.13
pexpect===4.5.0
cmd2===0.8.5
cmd2===0.8.7;python_version=='2.7'
cmd2===0.9.1;python_version=='3.4'
cmd2===0.9.1;python_version=='3.5'
redis===2.10.6
jmespath===0.9.3
click===6.7