Commit 5682187e authored by Łukasz Nowak's avatar Łukasz Nowak

- build python using erp5.recipe.cmmisafe wrapper, that during

   uninstallation of python part no harm would be done to python itself


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38712 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af7deac9
......@@ -9,7 +9,7 @@ prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
version = 2.7
executable = ${:prefix}/bin/python${:version}
recipe = hexagonit.recipe.cmmi
recipe = erp5.recipe.cmmisafe
python_version_full = ${:python_version_major}
url =
http://python.org/ftp/python/2.7/Python-2.7.tgz
......
......@@ -14,7 +14,7 @@ prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
version = ${:python_version_major}
executable = ${:prefix}/bin/python${:version}
recipe = hexagonit.recipe.cmmi
recipe = erp5.recipe.cmmisafe
python_version_full = ${:python_version_major}.${:python_version_minor}
url =
http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment