Skip to content
Snippets Groups Projects
Commit a2650bda authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] Packaging: Windows: pychart dependency

In 988baeb5, 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.
parent 374dacf5
Branches
Tags
No related merge requests found
......@@ -87,7 +87,7 @@ def py2exe_options():
'PIL',
'poplib',
'psutil',
'python-chart',
'pychart',
'pydot',
'pyparsing',
'pyPdf',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment