]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #35060 : PyQt fails to compile - add packaging as dependency - such that this...
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 8 Jun 2023 13:52:27 +0000 (15:52 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 8 Jun 2023 13:52:27 +0000 (15:52 +0200)
products/PyQt.pyconf

index e67bb9acbb81355b04292e1c6298e0b8341aae16..7c0f095bdaf4cbc75919cf0793f0fd8e3b84e839 100644 (file)
@@ -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