From af9304fc9860bacd9ba7b4f6df8c9b4339cfc196 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Wed, 7 Nov 2012 15:42:32 +0100 Subject: [PATCH] [FIX] seupt.py zsi not needed anymore bzr revid: al@openerp.com-20121107144232-xf9qyo1rurwc0xnq --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 45f19ea7a7d..6efec4e6125 100755 --- a/setup.py +++ b/setup.py @@ -126,7 +126,6 @@ setuptools.setup( 'vobject', 'werkzeug', 'xlwt', - 'zsi', # optional ], extras_require = { 'SSL' : ['pyopenssl'],