From c1293717b79cde3d7f85bbbf757192fb7fc87ecd 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout.cfg b/buildout.cfg index 3c5944c..72b2867 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -4,6 +4,7 @@ [buildout] parts = external tests sphinx python +newest = false develop = . versions = versions eggs = bob -- GitLab