From 8bff546691ac75d1035a0175a48ad6d112005ff0 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 12 Jul 2023 15:18:37 +0200 Subject: [PATCH] set packaging as an optional dependency of PyQt --- products/PyQt.pyconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/products/PyQt.pyconf b/products/PyQt.pyconf index 7c0f095..49c7e9f 100644 --- a/products/PyQt.pyconf +++ b/products/PyQt.pyconf @@ -15,7 +15,8 @@ default : { env_script : $name + ".py" } - depend : ['Python', 'qt', 'sip', 'packaging'] + depend : ['Python', 'qt', 'sip'] + opt_depend : ['packaging'] patches : [] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name -- 2.39.2