From f80f45c0beb6a1f748cfca8c35e54df76da34bfa Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sat, 1 Oct 2011 20:44:21 +0200 Subject: [PATCH] missing deps gdata bzr revid: al@openerp.com-20111001184421-q1lpdwn8jph9705h --- debian/control | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 17ff862e0a7..bdb8490548f 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-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 + ${misc:Depends}, adduser, python, postgresql-client, python-dateutil, python-gdata, 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 caca2f09889..72625af9811 100755 --- a/setup.py +++ b/setup.py @@ -89,6 +89,7 @@ setuptools.setup( # TODO 'pychart', 'babel', 'feedparser', + 'gdata', 'lxml', 'mako', 'psycopg2',