From f7166d9cc21962f6786658470b66f822e8278052 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 6 Mar 2016 00:01:24 +0700 Subject: [PATCH] pin gevent 1.0.2 http://tracker.ceph.com/issues/14990 Fixes: #14990 Signed-off-by: Loic Dachary --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae368af2b3..83de25f1bd 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', -- 2.39.5