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',