From a2650bdae2b8e5e554450deb20d163a6b1a6a719 Mon Sep 17 00:00:00 2001 From: Aaron Bohy Date: Tue, 7 Jul 2015 08:16:40 +0200 Subject: [PATCH] [FIX] Packaging: Windows: pychart dependency In 988baeb533a064ec393bcd159123097137ee31ea, the pychart dependency has been updated for all distributions, to use the python-chart library available with pip. However, for Windows, this dependency should stay pychart as we do not use pypi to generate the Windows binary. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee607be5e00..9c059b89441 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def py2exe_options(): 'PIL', 'poplib', 'psutil', - 'python-chart', + 'pychart', 'pydot', 'pyparsing', 'pyPdf',