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 @@
[buildout]
parts = external tests sphinx python
newest = false
develop = .
versions = versions
eggs = bob
......@@ -34,4 +35,4 @@ build = ${buildout:directory}/sphinx
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = python
dependent-scripts = true
\ No newline at end of file
dependent-scripts = true
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