X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FPython.pyconf;h=4bcb1bf8db438d4f70abdcd7dccdb78f86b4ad52;hb=c4790359d1e03869bf000dee313a496d1ec2ee5e;hp=08126693f52bd954142ee4041bdc416bd8d5e296;hpb=298f0f1f3babde4391646eecad9c63ec2f3f46c2;p=tools%2Fsat_salome.git diff --git a/products/Python.pyconf b/products/Python.pyconf index 0812669..4bcb1bf 100755 --- a/products/Python.pyconf +++ b/products/Python.pyconf @@ -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 :