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

Use zc.recipe.egg instead of z3c.recipe.scripts

z3c.recipe.scripts can be bogus in certain conditions for Bob builds.
parent 6245d7dc
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ source = ${buildout:directory}/docs ...@@ -31,7 +31,7 @@ source = ${buildout:directory}/docs
build = ${buildout:directory}/sphinx build = ${buildout:directory}/sphinx
[python] [python]
recipe = z3c.recipe.scripts 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