From 5356be186dc6650dcdc260d2872b9d6f6aaa75c5 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Mon, 10 Dec 2012 02:02:13 +0100 Subject: [PATCH] [FIX] deps for debian stable, python 2.6 bzr revid: al@openerp.com-20121210010213-v32y3cn5tgwknlj6 --- debian/control | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) 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',