Skip to content

Commit

Permalink
[FIX] Remove deprecated zsi from setup.
Browse files Browse the repository at this point in the history
zsi requires (for no reason by the way) PyXML, that no longer installs on
up to date debian/ubuntu.
  • Loading branch information
Ronald Portier (Therp BV) committed Apr 21, 2016
1 parent 40d0ea9 commit e8a8308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def py2exe_options():
'vobject',
'werkzeug',
'xlwt',
'zsi',
],
extras_require = {
'SSL' : ['pyopenssl'],
Expand Down

0 comments on commit e8a8308

Please sign in to comment.