[FIX] setup.py: added gevent and gevent-psycopg2 dependencies.
authorVo Minh Thu <vmt@openerp.com>
Mon, 6 May 2013 07:48:25 +0000 (09:48 +0200)
committerVo Minh Thu <vmt@openerp.com>
Mon, 6 May 2013 07:48:25 +0000 (09:48 +0200)
lp bug: https://launchpad.net/bugs/1176165 fixed

bzr revid: vmt@openerp.com-20130506074825-ihi03ha9o9cx8x49

setup.py

index 00bfa57..9f27e20 100755 (executable)
--- 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',