Skip to content
Snippets Groups Projects
Commit 62cf0c60 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Do not mention bob version, let setuptools choose

parent aa092fe1
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment