]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
pin gevent 1.0.2 810/head
authorLoic Dachary <ldachary@redhat.com>
Sat, 5 Mar 2016 17:01:24 +0000 (00:01 +0700)
committerLoic Dachary <ldachary@redhat.com>
Sun, 6 Mar 2016 14:42:58 +0000 (21:42 +0700)
http://tracker.ceph.com/issues/14990 Fixes: #14990

Signed-off-by: Loic Dachary <loic@dachary.org>
setup.py

index ae368af2b3162346713e32dca848f38588b0a328..83de25f1bdaf4145a4714ecef13187cd09b624bb 100644 (file)
--- 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',