missing deps gdata

bzr revid: al@openerp.com-20111001184421-q1lpdwn8jph9705h
This commit is contained in:
Antony Lesuisse 2011-10-01 20:44:21 +02:00
parent 516bc3826a
commit f80f45c0be
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-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 Conflicts: tinyerp-server, openerp-server
Replaces: tinyerp-server, openerp-server Replaces: tinyerp-server, openerp-server
Recommends: Recommends:

View File

@ -89,6 +89,7 @@ setuptools.setup(
# TODO 'pychart', # TODO 'pychart',
'babel', 'babel',
'feedparser', 'feedparser',
'gdata',
'lxml', 'lxml',
'mako', 'mako',
'psycopg2', 'psycopg2',