[Erp5-report] r28913 - /experimental/erp5.buildout/profiles/pysvn.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Sep 11 03:46:58 CEST 2009
Author: yo
Date: Fri Sep 11 03:46:57 2009
New Revision: 28913
URL: http://svn.erp5.org?rev=28913&view=rev
Log:
Use the python used to run the buildout when building pysvn.
Modified:
experimental/erp5.buildout/profiles/pysvn.cfg
Modified: experimental/erp5.buildout/profiles/pysvn.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/pysvn.cfg?rev=28913&r1=28912&r2=28913&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/pysvn.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/pysvn.cfg [utf8] Fri Sep 11 03:46:57 2009
@@ -14,5 +14,5 @@
recipe=ore.recipe.svnlib
url=http://subversion.tigris.org/downloads/subversion-1.5.7.tar.bz2
download_cache = cache
-extra_options=--with-apr=${apachebuild:location}/bin/ --with-apr-util=${apachebuild:location}/bin/ --with-apxs=${apachebuild:location}/bin/apxs PYTHON=/usr/bin/python2.4
+extra_options=--with-apr=${apachebuild:location}/bin/ --with-apr-util=${apachebuild:location}/bin/ --with-apxs=${apachebuild:location}/bin/apxs PYTHON=${python:executable}
More information about the Erp5-report
mailing list