From 593fe6c62cd71bf9fca5bea5cccb52f1fb3628f4 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Thu, 7 Mar 2013 10:46:20 +0200 Subject: [PATCH] Make version pins works with zc.buildout 1.7 I've no idea why winbot gets zc.buildout 1.7 despite me having placed the latest 2.0 bootstrap.py right here. --- buildout.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout.cfg b/buildout.cfg index 03fc56f..79a087d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,6 +1,7 @@ [buildout] develop = . parts = py test coverage-test coverage-report +versions = versions [py] recipe = zc.recipe.egg