[IMP] debian missing deps
authorAntony Lesuisse <al@openerp.com>
Thu, 6 Oct 2011 02:18:41 +0000 (04:18 +0200)
committerAntony Lesuisse <al@openerp.com>
Thu, 6 Oct 2011 02:18:41 +0000 (04:18 +0200)
bzr revid: al@openerp.com-20111006021841-blwc0r0uz3x07mxh

debian/control
setup.py

index 3165879..8b404a2 100644 (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,
index 9aabfb0..374f730 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ setuptools.setup(
           'pyyaml',
           'reportlab',
           'simplejson',
-          'vatnumber', # recommended by base_vat
+          'vatnumber',
           'vobject',
           'werkzeug',
           'zsi',