mirror of
https://github.com/ceph/s3-tests.git
synced 2025-05-10 09:12:26 +00:00
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:
parent
600da5cdcf
commit
22edd83083
4 changed files with 8 additions and 8 deletions
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup(
|
|||
'boto >=2.0b4',
|
||||
'PyYAML',
|
||||
'bunch >=1.0.0',
|
||||
'gevent ==0.13.6',
|
||||
'gevent >=1.0',
|
||||
'isodate >=0.4.4',
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue