[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 Section: net
Architecture: all Architecture: all
Depends: 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 Conflicts: tinyerp-server, openerp-server
Replaces: tinyerp-server, openerp-server Replaces: tinyerp-server, openerp-server
Recommends: 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 # (Let setup.py choose the latest one, and we should check we can remove pychart from
# our tree.) http://download.gna.org/pychart/ # our tree.) http://download.gna.org/pychart/
# TODO 'pychart', # TODO 'pychart',
'babel',
'feedparser', 'feedparser',
'lxml', 'lxml',
'mako', 'mako',
'openid',
'psycopg2', 'psycopg2',
'pydot', 'pydot',
'python-dateutil', 'python-dateutil',