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 ...@@ -7,12 +7,7 @@ parts = external tests sphinx python
develop = . develop = .
index = http://d.pypi.python.org/simple index = http://d.pypi.python.org/simple
versions = versions versions = versions
eggs = bob
;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
xbob.db.replay xbob.db.replay
[versions] [versions]
...@@ -23,7 +18,7 @@ eggs = bob==master ...@@ -23,7 +18,7 @@ eggs = bob==master
[external] [external]
recipe = xbob.buildout: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] [tests]
recipe = xbob.buildout:nose recipe = xbob.buildout:nose
...@@ -43,4 +38,4 @@ build = ${buildout:directory}/sphinx ...@@ -43,4 +38,4 @@ build = ${buildout:directory}/sphinx
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${buildout:eggs} eggs = ${buildout:eggs}
interpreter = python 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