Commit d5e2c5cc authored by Jérome Perrin's avatar Jérome Perrin

component/scipy: don't install scripts in setup-eggs parts

This section is just for setup, it does not make sense to generate
scripts here and it cause errors when another section uses the same
technique.
parent f1e442f9
...@@ -23,6 +23,7 @@ eggs = ${scipy-setup-eggs:eggs} ...@@ -23,6 +23,7 @@ eggs = ${scipy-setup-eggs:eggs}
[scipy-setup-eggs] [scipy-setup-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
scripts =
eggs = eggs =
${cython:egg} ${cython:egg}
${numpy:egg} ${numpy:egg}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment