diff --git a/debian/control b/debian/control index 2017c34c105..acd4a72c44b 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Depends: python-reportlab, python-simplejson, python-tz, + python-unittest2, python-vatnumber, python-vobject, python-webdav, diff --git a/setup.py b/setup.py index 5b1b2f43c0a..7811915ebcf 100755 --- a/setup.py +++ b/setup.py @@ -121,6 +121,7 @@ setuptools.setup( 'pyyaml', 'reportlab', # windows binary pypi.python.org/pypi/reportlab 'simplejson', + 'unittest2', 'vatnumber', 'vobject', 'werkzeug',