From 7278a741e78b0817aeac0280294fd0d9e786efe6 Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Mon, 6 May 2013 09:48:25 +0200 Subject: [PATCH] [FIX] setup.py: added gevent and gevent-psycopg2 dependencies. lp bug: https://launchpad.net/bugs/1176165 fixed bzr revid: vmt@openerp.com-20130506074825-ihi03ha9o9cx8x49 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 00bfa571d2c..9f27e20a049 100755 --- a/setup.py +++ b/setup.py @@ -120,6 +120,8 @@ setuptools.setup( 'docutils', 'feedparser', 'gdata', + 'gevent', + 'gevent-psycopg2', 'Jinja2', 'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/ 'mako',