From e8a8308580b74696cbff82184e090dcdef1af9cb Mon Sep 17 00:00:00 2001 From: "Ronald Portier (Therp BV)" Date: Mon, 18 Apr 2016 14:09:56 +0200 Subject: [PATCH] [FIX] Remove deprecated zsi from setup. zsi requires (for no reason by the way) PyXML, that no longer installs on up to date debian/ubuntu. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7ef52a193ceb..40010735b092 100755 --- a/setup.py +++ b/setup.py @@ -112,7 +112,6 @@ def py2exe_options(): 'vobject', 'werkzeug', 'xlwt', - 'zsi', ], extras_require = { 'SSL' : ['pyopenssl'],