[IMP] debian missing deps

bzr revid: al@openerp.com-20111006021841-blwc0r0uz3x07mxh
This commit is contained in:
Antony Lesuisse 2011-10-06 04:18:41 +02:00
parent f7d34d9c2d
commit 7ef2b87d40
2 changed files with 3 additions and 1 deletions

2
debian/control vendored
View File

@ -16,6 +16,7 @@ Depends:
python, python,
postgresql-client, postgresql-client,
python-dateutil, python-dateutil,
python-feedparser,
python-gdata, python-gdata,
python-ldap, python-ldap,
python-libxslt1, python-libxslt1,
@ -30,6 +31,7 @@ Depends:
python-reportlab, python-reportlab,
python-simplejson, python-simplejson,
python-tz, python-tz,
python-vatnumber,
python-vobject, python-vobject,
python-webdav, python-webdav,
python-werkzeug, python-werkzeug,

View File

@ -100,7 +100,7 @@ setuptools.setup(
'pyyaml', 'pyyaml',
'reportlab', 'reportlab',
'simplejson', 'simplejson',
'vatnumber', # recommended by base_vat 'vatnumber',
'vobject', 'vobject',
'werkzeug', 'werkzeug',
'zsi', 'zsi',