From: Loic Dachary Date: Sat, 5 Mar 2016 17:01:24 +0000 (+0700) Subject: pin gevent 1.0.2 X-Git-Tag: 1.1.0~659^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F810%2Fhead;p=teuthology.git pin gevent 1.0.2 http://tracker.ceph.com/issues/14990 Fixes: #14990 Signed-off-by: Loic Dachary --- diff --git a/setup.py b/setup.py index ae368af2b..83de25f1b 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( 'Topic :: System :: Filesystems', ], install_requires=['setuptools', - 'gevent', + 'gevent == 1.0.2', 'MySQL-python == 1.2.3', 'PyYAML', 'argparse >= 1.2.1',