[FIX] change setup.py to load psycopg2

bzr revid: christophe@tinyerp.com-20081208140445-fcey0uzjpwtzkfzx
This commit is contained in:
Christophe Simonis 2008-12-08 15:04:45 +01:00
parent 299627a144
commit 3b8e9cae1e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ execfile(opj('bin', 'release.py'))
py_short_version = '%s.%s' % sys.version_info[:2] py_short_version = '%s.%s' % sys.version_info[:2]
required_modules = [ required_modules = [
('psycopg', 'PostgreSQL module'), ('psycopg2', 'PostgreSQL module'),
('xml', 'XML Tools for python'), ('xml', 'XML Tools for python'),
('libxml2', 'libxml2 python bindings'), ('libxml2', 'libxml2 python bindings'),
('libxslt', 'libxslt python bindings'), ('libxslt', 'libxslt python bindings'),