From a4adddc70a27554441501d110db065c256f5dcfa Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 8 Jun 2023 15:52:27 +0200 Subject: [PATCH] spns #35060 : PyQt fails to compile - add packaging as dependency - such that this latter is compiled first --- products/PyQt.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/PyQt.pyconf b/products/PyQt.pyconf index e67bb9a..7c0f095 100644 --- a/products/PyQt.pyconf +++ b/products/PyQt.pyconf @@ -15,7 +15,7 @@ default : { env_script : $name + ".py" } - depend : ['Python', 'qt', 'sip'] + depend : ['Python', 'qt', 'sip', '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