]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Unpin gevent version
authorZack Cerza <zack@redhat.com>
Wed, 28 Oct 2015 16:41:43 +0000 (10:41 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 25 Nov 2015 16:13:17 +0000 (09:13 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
setup.py

index 4c178bdbacdd519a277d52c284464530a774b36e..c93d5d0bac901fd07c4daa33e2e50e35592f5be9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(
         'Topic :: System :: Filesystems',
     ],
     install_requires=['setuptools < 18.6',
-                      'gevent == 0.13.6',  # 0.14 switches to libev, that means bootstrap needs to change too
+                      'gevent',
                       'MySQL-python == 1.2.3',
                       'PyYAML',
                       'argparse >= 1.2.1',