[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,
postgresql-client,
python-dateutil,
python-feedparser,
python-gdata,
python-ldap,
python-libxslt1,
@ -30,6 +31,7 @@ Depends:
python-reportlab,
python-simplejson,
python-tz,
python-vatnumber,
python-vobject,
python-webdav,
python-werkzeug,

View File

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