Salome HOME
add salome_system to the list of dependencies for native builds...
[tools/sat_salome.git] / products / Python.pyconf
index 8e18b56129d57731996e5eb624818a076fed2f96..cae3736c23a70beaa12b9763985e55adaea0b81d 100755 (executable)
@@ -36,10 +36,7 @@ version_2_6_6 :
 
 version_2_7_10 :
 {
-    patches : [
-        #'remove-windows-python-subprojects.patch', #patch Windows non applicable sur Linux
-        #'enable-windows-plugin-compilation.patch',
-    ]
+    patches : ['Python-2.7.10-ssl.patch']
 }
 
 version_3_6_5 :
@@ -52,4 +49,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']
+}