From d664cb2782dce0fd2d405d6c8ab9ff6553372eb9 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Wed, 5 Sep 2012 12:13:10 +0200
Subject: [PATCH] Added a newest=false section to avoid downloading
 dependencies if older versions are already installed

---
 buildout.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildout.cfg b/buildout.cfg
index 091c7a0..644346d 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -4,6 +4,7 @@
 
 [buildout]
 parts = external tests sphinx python
+newest = false
 develop = .
 versions = versions
 eggs = bob
@@ -34,4 +35,4 @@ build = ${buildout:directory}/sphinx
 recipe = zc.recipe.egg
 eggs = ${buildout:eggs}
 interpreter = python
-dependent-scripts = true
\ No newline at end of file
+dependent-scripts = true
-- 
GitLab