From 7ef2b87d40b1d0c4f58777297e404c7dfba99e6f Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Thu, 6 Oct 2011 04:18:41 +0200 Subject: [PATCH] [IMP] debian missing deps bzr revid: al@openerp.com-20111006021841-blwc0r0uz3x07mxh --- debian/control | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3165879fa3f..8b404a28a00 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/setup.py b/setup.py index 9aabfb0a344..374f7308ca8 100755 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ setuptools.setup( 'pyyaml', 'reportlab', 'simplejson', - 'vatnumber', # recommended by base_vat + 'vatnumber', 'vobject', 'werkzeug', 'zsi',