[FIX] deps for debian stable, python 2.6
authorAntony Lesuisse <al@openerp.com>
Mon, 10 Dec 2012 01:02:13 +0000 (02:02 +0100)
committerAntony Lesuisse <al@openerp.com>
Mon, 10 Dec 2012 01:02:13 +0000 (02:02 +0100)
bzr revid: al@openerp.com-20121210010213-v32y3cn5tgwknlj6

debian/control
setup.py

index 2017c34..acd4a72 100644 (file)
@@ -34,6 +34,7 @@ Depends:
  python-reportlab,
  python-simplejson,
  python-tz,
+ python-unittest2,
  python-vatnumber,
  python-vobject,
  python-webdav,
index 5b1b2f4..7811915 100755 (executable)
--- 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',