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 += ...@@ -143,8 +143,6 @@ eggs +=
${python-cryptography:egg} ${python-cryptography:egg}
${pycurl:egg} ${pycurl:egg}
${bcrypt:egg} ${bcrypt:egg}
dnspython
Jinja2
${kedifa-setup:egg} ${kedifa-setup:egg}
${caucase-setup:egg} ${caucase-setup:egg}
${erp5.util-setup:egg} ${erp5.util-setup:egg}
...@@ -162,12 +160,13 @@ eggs += ...@@ -162,12 +160,13 @@ eggs +=
${statsmodels:egg} ${statsmodels:egg}
${scipy:egg} ${scipy:egg}
zope.testing zope.testing
supervisor
${extra-eggs:eggs} ${extra-eggs:eggs}
[eggs/scripts] [eggs/scripts]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${eggs:eggs} eggs =
${eggs:eggs}
supervisor
scripts = scripts =
slapos slapos
supervisord 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