From 62cf0c6043d24808cfbb112478d8be4fccc472d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.dos.anjos@gmail.com>
Date: Fri, 24 Aug 2012 15:10:05 +0300
Subject: [PATCH] Do not mention bob version, let setuptools choose

---
 buildout.cfg | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index 9711fe7..f94f00e 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -7,12 +7,7 @@ parts = external tests sphinx python
 develop = .
 index = http://d.pypi.python.org/simple
 versions = versions
-
-;You are not obliged to set the version of Bob to use. However, note that
-;buildout in this case will choose the default version installed looking at the
-;current sys.path settings. Also note that your current 'eggs' directory may
-;not take precedence over that.
-eggs = bob==master
+eggs = bob
        xbob.db.replay
 
 [versions]
@@ -23,7 +18,7 @@ eggs = bob==master
 
 [external]
 recipe = xbob.buildout:external
-egg-directories = /Users/andre/work/bob-master/build/lib
+egg-directories = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release/lib
 
 [tests]
 recipe = xbob.buildout:nose
@@ -43,4 +38,4 @@ build = ${buildout:directory}/sphinx
 recipe = zc.recipe.egg
 eggs = ${buildout:eggs}
 interpreter = python
-dependent-scripts = true
+dependent-scripts = true
\ No newline at end of file
-- 
GitLab