From: Nabil Ghodbane Date: Thu, 8 Jun 2023 13:52:27 +0000 (+0200) Subject: spns #35060 : PyQt fails to compile - add packaging as dependency - such that this... X-Git-Tag: V9_12_0~71 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a4adddc70a27554441501d110db065c256f5dcfa;p=tools%2Fsat_salome.git spns #35060 : PyQt fails to compile - add packaging as dependency - such that this latter is compiled first --- 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