From 5b0da79405a7c70bf665227b539d69425bcef0ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Fri, 14 Dec 2012 15:37:24 +0100
Subject: [PATCH] Pin zc.recipe.egg to stable version. 2.0.0a is... alpha
 quality..

---
 stack/slapos.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/stack/slapos.cfg b/stack/slapos.cfg
index 1fd9a0dfd..1c4e8ee8d 100644
--- a/stack/slapos.cfg
+++ b/stack/slapos.cfg
@@ -68,6 +68,9 @@ eggs =
 # Use SlapOS patched zc.buildout
 zc.buildout = 1.6.0-dev-SlapOS-010
 
+# zc.recipe.egg 2.0.0a is buggy
+zc.recipe.egg = 1.3.2
+
 [networkcache]
 download-cache-url = http://www.shacache.org/shacache
 download-dir-url = http://www.shacache.org/shadir
-- 
2.30.9