Blacklist cliff 2.9.0
Cliff 2.9.0 has an issue [1] with some packages such as ptyprocess. Trove pulls in ptyprocess through its pexpect requirement, and as such Trove's gates are blocked by cliff 2.9.0. [1] https://bugs.launchpad.net/python-cliff/+bug/1719465 Change-Id: I2867563b9bf1fb37c08cc732da54140fdc3e5cb6
This commit is contained in:
parent
ae400578da
commit
2d95f41442
@ -18,7 +18,7 @@ castellan>=0.14.0 # Apache-2.0
|
||||
ceilometermiddleware>=1.1.0 # Apache-2.0
|
||||
cachetools>=2.0.0 # MIT License
|
||||
cffi>=1.1.2 # MIT
|
||||
cliff>=2.8.0 # Apache-2.0
|
||||
cliff>=2.8.0,!=2.9.0 # Apache-2.0
|
||||
cmd2>=0.6.7 # MIT
|
||||
cotyledon>=1.3.0 # Apache-2.0
|
||||
construct>=2.8.10 # MIT
|
||||
|
@ -211,7 +211,7 @@ funcparserlib===0.3.6
|
||||
passlib===1.7.1
|
||||
dib-utils===0.0.11
|
||||
xlwt===1.3.0
|
||||
cliff===2.9.0
|
||||
cliff===2.8.0
|
||||
os-brick===1.15.2
|
||||
trollius===2.1
|
||||
scp===0.10.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user