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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 5 13:52:28 CEST 2010


Author: luke
Date: Thu Aug  5 13:52:27 2010
New Revision: 37524

URL: http://svn.erp5.org?rev=37524&view=rev
Log:
 - as invokepython egg is fixed, restore previous behaviour
 - force usage new enough egg

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=37524&r1=37523&r2=37524&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Thu Aug  5 13:52:27 2010
@@ -3,8 +3,6 @@ extends = ../software-profiles/python-co
 parts =
     pythonbin2.4
 
-develop += local-eggs/localbin
-
 [python2.4-dbm-patch]
 recipe = hexagonit.recipe.download
 # original patch from http://bugs.gentoo.org/attachment.cgi?id=109117
@@ -25,7 +23,7 @@ patches =
 recipe = zc.recipe.egg:scripts
 python = python2.4
 eggs = ${eggs:eggs}
-  invokepython
+  invokepython>=0.3
 extra-paths =
   ${zope-2.8:location}/lib/python
 scripts =




More information about the Erp5-report mailing list