[MERGE] missing deps

bzr revid: al@openerp.com-20111001183819-loaezaoppq6i3dck
This commit is contained in:
Antony Lesuisse 2011-10-01 20:38:19 +02:00
commit 516bc3826a
2 changed files with 4 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-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:

View File

@ -87,12 +87,15 @@ 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',
'psycopg2',
'pydot',
'python-dateutil',
'python-ldap',
'python-openid',
'pytz',
'pywebdav',
'pyyaml',