Skip to content
Snippets Groups Projects
Commit d664cb27 authored by Manuel Günther's avatar Manuel Günther
Browse files

Added a newest=false section to avoid downloading dependencies if older...

Added a newest=false section to avoid downloading dependencies if older versions are already installed
parent 25ba012b
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
[buildout] [buildout]
parts = external tests sphinx python parts = external tests sphinx python
newest = false
develop = . develop = .
versions = versions versions = versions
eggs = bob eggs = bob
...@@ -34,4 +35,4 @@ build = ${buildout:directory}/sphinx ...@@ -34,4 +35,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