missing deps vobject
authorAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 19:05:08 +0000 (21:05 +0200)
committerAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 19:05:08 +0000 (21:05 +0200)
bzr revid: al@openerp.com-20111001190508-d276u05j4o1ye0h3

debian/control
setup.py

index f8f4e08..7c1da67 100644 (file)
@@ -33,6 +33,7 @@ Depends:
  python-reportlab,
  python-simplejson,
  python-tz,
+ python-vobject,
  python-webdav,
  python-werkzeug,
  python-yaml,
index d52bf95..08c30fa 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -103,6 +103,7 @@ setuptools.setup(
           'reportlab',
           'simplejson',
           'vatnumber', # recommended by base_vat
+          'vobject',
           'werkzeug',
           'zsi',
       ],