[FIX] missing deps babel and openid

bzr revid: al@openerp.com-20111001182630-g0p3l1bjrl7js9bg
This commit is contained in:
Antony Lesuisse 2011-10-01 20:26:30 +02:00
parent fb9defcfff
commit 7690714df3
2 changed files with 3 additions and 1 deletions

2
debian/control vendored
View File

@ -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:

View File

@ -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',