[FIX] deps for debian stable, python 2.6

bzr revid: al@openerp.com-20121210010213-v32y3cn5tgwknlj6
This commit is contained in:
Antony Lesuisse 2012-12-10 02:02:13 +01:00
parent 96f632224f
commit 5356be186d
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -34,6 +34,7 @@ Depends:
python-reportlab,
python-simplejson,
python-tz,
python-unittest2,
python-vatnumber,
python-vobject,
python-webdav,

View File

@ -121,6 +121,7 @@ setuptools.setup(
'pyyaml',
'reportlab', # windows binary pypi.python.org/pypi/reportlab
'simplejson',
'unittest2',
'vatnumber',
'vobject',
'werkzeug',