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

software/slapos-testing: remove redundant eggs

These must be installed through dependencies, but we explicitly need
scripts from supervisor because this is used by slapos-core tests
parent 3e95411b
......@@ -143,8 +143,6 @@ eggs +=
${python-cryptography:egg}
${pycurl:egg}
${bcrypt:egg}
dnspython
Jinja2
${kedifa-setup:egg}
${caucase-setup:egg}
${erp5.util-setup:egg}
......@@ -162,12 +160,13 @@ eggs +=
${statsmodels:egg}
${scipy:egg}
zope.testing
supervisor
${extra-eggs:eggs}
[eggs/scripts]
recipe = zc.recipe.egg
eggs = ${eggs:eggs}
eggs =
${eggs:eggs}
supervisor
scripts =
slapos
supervisord
......
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