gevent: bump to >=1.0

There are some DNS resolving issue on 0.13.6.
Bumping to >=1.0 fixes the issues for me.

Fixes: #13885

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
This commit is contained in:
Yuan Zhou 2015-08-28 09:07:21 +08:00
parent 600da5cdcf
commit 22edd83083
4 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ setup(
'boto >=2.0b4',
'PyYAML',
'bunch >=1.0.0',
'gevent ==0.13.6',
'gevent >=1.0',
'isodate >=0.4.4',
],