[Erp5-report] r32702 luke - /erp5/trunk/buildout/software-profiles/python-2.4.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 17 17:52:12 CET 2010


Author: luke
Date: Wed Feb 17 17:52:11 2010
New Revision: 32702

URL: http://svn.erp5.org?rev=32702&view=rev
Log:
 - because of detaching in 32687 it is required to setup hard dependency

Modified:
    erp5/trunk/buildout/software-profiles/python-2.4.cfg

Modified: erp5/trunk/buildout/software-profiles/python-2.4.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.4.cfg?rev=32702&r1=32701&r2=32702&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Wed Feb 17 17:52:11 2010
@@ -11,7 +11,7 @@
 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 @@
 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}
 




More information about the Erp5-report mailing list