From: Antony Lesuisse Date: Sat, 1 Oct 2011 18:26:30 +0000 (+0200) Subject: [FIX] missing deps babel and openid X-Git-Tag: 6.1.0-rc1-addons~2131^2~3 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=7690714df3dcab3b73415375a598c60d129ab177;p=odoo%2Fodoo.git [FIX] missing deps babel and openid bzr revid: al@openerp.com-20111001182630-g0p3l1bjrl7js9bg --- diff --git a/debian/control b/debian/control index 2fdc8cf..e226f1e 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-psycopg2, 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-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 b42c997..df06250 100755 --- a/setup.py +++ b/setup.py @@ -87,9 +87,11 @@ setuptools.setup( # (Let setup.py choose the latest one, and we should check we can remove pychart from # our tree.) http://download.gna.org/pychart/ # TODO 'pychart', + 'babel', 'feedparser', 'lxml', 'mako', + 'openid', 'psycopg2', 'pydot', 'python-dateutil',