diff --git a/buildout.cfg b/buildout.cfg index f94f00e23cb4bdbb3785a608300edcff4b22f4ab..335fc87114eb0ca9f2bc9c896c50ff4760c8dd12 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -32,10 +32,7 @@ source = ${buildout:directory}/docs build = ${buildout:directory}/sphinx [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 +recipe = z3c.recipe.scripts eggs = ${buildout:eggs} interpreter = python dependent-scripts = true \ No newline at end of file