diff --git a/buildout/software-profiles/python-2.4.cfg b/buildout/software-profiles/python-2.4.cfg index 1a80de443ebbd940fb197aaf8148c8887573c204..f34a93cead9556ae28b48dbb6bdb2f4c44be1334 100644 --- a/buildout/software-profiles/python-2.4.cfg +++ b/buildout/software-profiles/python-2.4.cfg @@ -51,8 +51,3 @@ scripts = <= bootstrap suffix = 2.4 python = python2.4 - -[rebootstrap2.4] -recipe = zc.recipe.egg -eggs = zc.buildout -python = python2.4 diff --git a/buildout/software-profiles/python-2.6.cfg b/buildout/software-profiles/python-2.6.cfg index 45a0373a8e156e6d268c80fc204780d40dfcb5f2..18aa793f19bb93f60d1d614bc269a160799262bf 100644 --- a/buildout/software-profiles/python-2.6.cfg +++ b/buildout/software-profiles/python-2.6.cfg @@ -39,8 +39,3 @@ environment = <= bootstrap suffix = 2.6 python = python2.6 - -[rebootstrap2.6] -recipe = zc.recipe.egg -eggs = zc.buildout -python = python2.6 diff --git a/buildout/software-profiles/python-2.7.cfg b/buildout/software-profiles/python-2.7.cfg index 5d9b110d81d1596d5916262aee38a1a4f6833010..545879db1f3d4eba4e7d2cbc03f8b6efbfb7f5a2 100644 --- a/buildout/software-profiles/python-2.7.cfg +++ b/buildout/software-profiles/python-2.7.cfg @@ -34,11 +34,6 @@ package_version_suffix = rc1 suffix = 2.7 python = python2.7 -[rebootstrap2.7] -recipe = zc.recipe.egg -eggs = zc.buildout -python = python2.7 - [python2.7common] recipe = erp5.recipe.cmmisafe # This is actually the default setting for prefix, but we can't use it in