[FIX] missing deps python-ldap

bzr revid: al@openerp.com-20111001183424-ogc61cztbpqyn1b4
This commit is contained in:
Antony Lesuisse 2011-10-01 20:34:24 +02:00
parent a0822d02cb
commit 372943bd1b
2 changed files with 2 additions and 1 deletions

2
debian/control vendored
View File

@ -14,7 +14,7 @@ Package: openerp
Section: net Section: net
Architecture: all Architecture: all
Depends: Depends:
${misc:Depends}, adduser, python, postgresql-client, python-dateutil, python-libxslt1, python-lxml, python-mako, python-openid, python-psycopg2, python-pybabel, python-pychart, python-pydot, python-pyparsing, python-reportlab, python-simplejson python-tz, python-webdav, python-werkzeug, python-yaml ${misc:Depends}, adduser, python, postgresql-client, python-dateutil, python-ldap, python-libxslt1, python-lxml, python-mako, python-openid, python-psycopg2, python-pybabel, python-pychart, python-pydot, python-pyparsing, python-reportlab, python-simplejson python-tz, python-webdav, python-werkzeug, python-yaml
Conflicts: tinyerp-server, openerp-server Conflicts: tinyerp-server, openerp-server
Replaces: tinyerp-server, openerp-server Replaces: tinyerp-server, openerp-server
Recommends: Recommends:

View File

@ -94,6 +94,7 @@ setuptools.setup(
'psycopg2', 'psycopg2',
'pydot', 'pydot',
'python-dateutil', 'python-dateutil',
'python-ldap'
'python-openid', 'python-openid',
'pytz', 'pytz',
'pywebdav', 'pywebdav',