From 5f577e6b1c332eb17f37700341a97d308c62f549 Mon Sep 17 00:00:00 2001 From: Matthew J Morrison Date: Tue, 21 Jun 2011 19:07:01 -0700 Subject: [PATCH] updated to work with djangorecipe 0.99 which no longer supports version and instead must use the versions section instead. --- buildout.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 160db4c..99b886b 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -4,10 +4,13 @@ find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/djan unzip = true eggs = pkginfo django-registration==0.8-alpha-1 +versions = versions + +[versions] +django = 1.1.1 [django] recipe = djangorecipe -version = 1.1.1 settings = settings eggs = ${buildout:eggs} test = djangopypi