Drop greenlet u-c back to 0.4.13

The greenlet 0.4.14 release has a bug [1] that breaks at least the
PowerVM CI, and probably a lot more. Dropping u-c back to 0.4.13 to
avoid this issue.

[1] https://github.com/python-greenlet/greenlet/issues/136

Change-Id: I6e81e5a7c384ec273ff4c4665f7df44192707814
This commit is contained in:
Matthew Edmonds 2018-07-23 09:25:21 -04:00 committed by Tony Breeds
parent d66fa38658
commit 717ab084d8
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ funcsigs;python_version=='2.7' or python_version=='2.6' # Apache-2.0
glance-store # Apache-2.0
google-api-python-client # Apache-2.0
graphviz!=0.5.0 # MIT License
greenlet # MIT
greenlet!=0.4.14 # MIT
GitPython # BSD License (3 clause)
gunicorn # MIT
happybase!=0.7,!=1.0.0;python_version=='2.7' # MIT

View File

@ -511,7 +511,7 @@ logutils===0.3.5
scandir===1.7;python_version=='2.7'
sphinxcontrib-fulltoc===1.2.0
smmap2===2.0.4
greenlet===0.4.14
greenlet===0.4.13
XStatic-Angular-Vis===4.16.0.0
xvfbwrapper===0.2.9
futures===3.2.0;python_version=='2.7'