Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / Python.pyconf
index 08126693f52bd954142ee4041bdc416bd8d5e296..4bcb1bf8db438d4f70abdcd7dccdb78f86b4ad52 100755 (executable)
@@ -6,9 +6,11 @@ default :
     get_source : "archive"
     system_info : 
     {
-        rpm : ["python36"]
+        # Python is a mandatory part of current used Linux platforms, no need to check its presence therefore.
+        # As version of Python 3.x differs on each of them, a better solution would to eventually check the binary presence.
+        rpm : []
         rpm_dev : []
-        apt : ["python36"]
+        apt : []
         apt_dev : []
     }
     environ :
@@ -34,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 :