Skip to content

Commit 5356be1

Browse files
[FIX] deps for debian stable, python 2.6
bzr revid: [email protected]
1 parent 96f6322 commit 5356be1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

debian/control

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Depends:
3434
python-reportlab,
3535
python-simplejson,
3636
python-tz,
37+
python-unittest2,
3738
python-vatnumber,
3839
python-vobject,
3940
python-webdav,

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def py2exe_options():
121121
'pyyaml',
122122
'reportlab', # windows binary pypi.python.org/pypi/reportlab
123123
'simplejson',
124+
'unittest2',
124125
'vatnumber',
125126
'vobject',
126127
'werkzeug',

0 commit comments

Comments
 (0)