From 662ba989f20589f3b5df3d41de4f58d8da716868 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 22 Aug 2012 13:50:33 +0200 Subject: [PATCH] Fix interpreter issue --- buildout.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 6fb286b..bb063d7 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -37,7 +37,10 @@ source = ${buildout:directory}/docs build = ${buildout:directory}/sphinx [python] -recipe = z3c.recipe.scripts -interpreter = python +;Swap recipes to get a full blown python interpreter at the cost of a slightly +;slower installation procedure. +;recipe = z3c.recipe.scripts +recipe = zc.recipe.egg eggs = ${buildout:eggs} +interpreter = python dependent-scripts = true -- GitLab