From 707e781ee8e133dac332f4530c041c6058781891 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 2 Oct 2020 10:41:19 +0200 Subject: [PATCH] PyQtChart: for Windows, rely on PIP for its installation --- products/PyQtChart.pyconf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/products/PyQtChart.pyconf b/products/PyQtChart.pyconf index 66fbeb3..6f7d7f5 100644 --- a/products/PyQtChart.pyconf +++ b/products/PyQtChart.pyconf @@ -27,8 +27,9 @@ version_5_9 : default_win : { compil_script : 'pip_install_whl' + $VARS.scriptExtension - archive_info : + properties: { - archive_name : "PyQtChart-" + $APPLICATION.products.PyQtChart + "_windows.tar.gz" + incremental : "yes" + pip : "yes" } } -- 2.39.2