From afd187d3b1a3f2895d15789f27e32936ae194ba3 Mon Sep 17 00:00:00 2001 From: Simon Lejeune <sle@openerp.com> Date: Mon, 12 Oct 2015 17:33:20 +0200 Subject: [PATCH] [FIX] packaging: windows: bundle xlrd xlrd allows to import xls files and is an optional dependency. Bundle it in the exe release for convenience. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e75c89bf4a18..365e4f4d118e 100644 --- a/setup.py +++ b/setup.py @@ -102,6 +102,7 @@ def py2exe_options(): 'vatnumber', 'vobject', 'win32service', 'win32serviceutil', + 'xlrd', 'xlwt', 'xml', 'xml.dom', 'yaml', -- GitLab