We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d34d9 commit 7ef2b87Copy full SHA for 7ef2b87
debian/control
@@ -16,6 +16,7 @@ Depends:
16
python,
17
postgresql-client,
18
python-dateutil,
19
+ python-feedparser,
20
python-gdata,
21
python-ldap,
22
python-libxslt1,
@@ -30,6 +31,7 @@ Depends:
30
31
python-reportlab,
32
python-simplejson,
33
python-tz,
34
+ python-vatnumber,
35
python-vobject,
36
python-webdav,
37
python-werkzeug,
setup.py
@@ -100,7 +100,7 @@ def py2exe_options():
100
'pyyaml',
101
'reportlab',
102
'simplejson',
103
- 'vatnumber', # recommended by base_vat
+ 'vatnumber',
104
'vobject',
105
'werkzeug',
106
'zsi',
0 commit comments