From 3b825ad11eaf7c717fed3adaaa43b7c99226e7f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.dos.anjos@gmail.com>
Date: Fri, 24 Aug 2012 15:14:15 +0300
Subject: [PATCH] Swap to z3c.recipe.scripts generator

---
 buildout.cfg | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index f94f00e..335fc87 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
-- 
GitLab