missing deps zsi

bzr revid: al@openerp.com-20111001185736-ttwjp6fmoxcm1syd
This commit is contained in:
Antony Lesuisse 2011-10-01 20:57:36 +02:00
parent f80f45c0be
commit 8a28b0828c
2 changed files with 24 additions and 1 deletions

24
debian/control vendored
View File

@ -14,7 +14,29 @@ Package: openerp
Section: net
Architecture: all
Depends:
${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
${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,
python-zsi
Conflicts: tinyerp-server, openerp-server
Replaces: tinyerp-server, openerp-server
Recommends:

View File

@ -104,6 +104,7 @@ setuptools.setup(
'simplejson',
'vatnumber', # recommended by base_vat
'werkzeug',
'zsi',
],
extras_require = {
'SSL' : ['pyopenssl'],