From 0a0ba8644f747432f5ce419c396a009c67ae7ffb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Wed, 28 Jul 2010 11:19:27 +0000
Subject: [PATCH]  - remove dependent scripts generation, as it can lead to
 uncontrollable side effects (like overwriting bin/buildout with another
 python version, which then lead to change of whole buildout signature)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37320 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/python-2.4.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/buildout/software-profiles/python-2.4.cfg b/buildout/software-profiles/python-2.4.cfg
index be595bd73d..23fdf8ee4f 100644
--- a/buildout/software-profiles/python-2.4.cfg
+++ b/buildout/software-profiles/python-2.4.cfg
@@ -29,7 +29,6 @@ eggs = ${eggs:eggs}
   invokepython
 extra-paths =
   ${zope-2.8:location}/lib/python
-dependent-scripts = true
 scripts =
   invokepython=python${python2.4:python_version_major}
   ipython=ipython${python2.4:python_version_major}
-- 
2.30.9