[FIX] setup.py: bump up min required psycopg2 version for 7.0, because 2.2 is actually required

Debian stable has 2.2.1 since 2010, so that
should not cause problems for anyone.

bzr revid: odo@openerp.com-20130215133659-8pa7ivrtol08lphx
This commit is contained in:
Olivier Dony 2013-02-15 14:36:59 +01:00
parent b005d052d0
commit 39c8290b3b
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ setuptools.setup(
'mock',
'PIL', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'psutil', # windows binary code.google.com/p/psutil/downloads/list
'psycopg2',
'psycopg2 >= 2.2',
'pydot',
'python-dateutil < 2',
'python-ldap', # optional