Salome HOME
bos #24596: windows MeshGems : '2.13-1'
[tools/sat_salome.git] / products / Python.pyconf
index 4bcb1bf8db438d4f70abdcd7dccdb78f86b4ad52..cceda4dd2c0d7017a0ddb2154e5a1d9eedf47f06 100755 (executable)
@@ -18,6 +18,7 @@ default :
        env_script : $name + ".py"
     }
     depend : []
+    opt_depend: ["gcc"]
     patches : []
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
@@ -49,4 +50,15 @@ version_3_6_5_win :
     compil_script : "Python-3.6.5.bat"
     patches : ['Python-3.6.5_windows.patch']
 }
+version_3_7_9 :
+{
+ patches : []
+}
+
+version_3_7_9_win :
+{
+    compil_script : "Python-3.7.9.bat"
+    patches : []
+    build_depend : ['perl']
+}