From e19d639f4bd344709c21fcf57a4ee1bb88c1fa41 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Wed, 8 Jun 2011 13:20:44 -0700 Subject: [PATCH] Gevent 0.14 switches to libev, avoid it for now. This was in requirements.txt earlier, but using this library from elsewhere does not respect that, only setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbc74bd2ad4bf..695cd36a14381 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( keywords='ssh cluster', install_requires=[ - 'gevent >=0.13.6', + 'gevent ==0.13.6', 'paramiko >=1.7.7', 'nose >=1.0.0', 'fudge >=1.0.3', -- 2.39.5