missing deps vobject

bzr revid: al@openerp.com-20111001190508-d276u05j4o1ye0h3
This commit is contained in:
Antony Lesuisse 2011-10-01 21:05:08 +02:00
parent 8a28b0828c
commit 7c151653f9
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -33,6 +33,7 @@ Depends:
python-reportlab,
python-simplejson,
python-tz,
python-vobject,
python-webdav,
python-werkzeug,
python-yaml,

View File

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