Commit 7b4f7185 authored by Łukasz Nowak's avatar Łukasz Nowak

- because of detaching in 32687 it is required to setup hard dependency

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32702 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4a248ca
......@@ -11,7 +11,7 @@ recipe = hexagonit.recipe.cmmi
python_version_minor = 6
python_version_full = ${buildout:python_version}.${:python_version_minor}
url =
http://python.org/ftp/python/${buildout:python_version_full}/Python-${buildout:python_version_full}.tgz
http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz
prefix = ${buildout:parts-directory}/python${buildout:python_version}
configure-options =
--enable-unicode=ucs4
......@@ -25,6 +25,7 @@ configure-options =
patches = ${buildout:directory}/patches/python2.4-dbm.patch
[pythonbin]
depends = ${python:recipe}
recipe = plone.recipe.command
command = ln -sf ${software_definition:executable} ${software_definition:software_home}/bin/python${buildout:python_version}
......
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