From 372943bd1b0b8b1ad0a8b6324c16a482e5f15120 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sat, 1 Oct 2011 20:34:24 +0200 Subject: [PATCH] [FIX] missing deps python-ldap bzr revid: al@openerp.com-20111001183424-ogc61cztbpqyn1b4 --- debian/control | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e226f1e8d49..17ff862e0a7 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: openerp Section: net Architecture: all 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 Replaces: tinyerp-server, openerp-server Recommends: diff --git a/setup.py b/setup.py index f4e6ddec987..b4039e0bdbd 100755 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ setuptools.setup( 'psycopg2', 'pydot', 'python-dateutil', + 'python-ldap' 'python-openid', 'pytz', 'pywebdav',