Commit 6909fe3b authored by Cédric de Saint Martin's avatar Cédric de Saint Martin

slapos-testing: add libnetworkcache egg as dependency.

buildout can be run and may need libnetworkcache in order to run tests (if zc.buildout.testing.buildoutSetUp() is called).
parent a072445a
...@@ -27,12 +27,13 @@ parts = ...@@ -27,12 +27,13 @@ parts =
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
erp5.util erp5.util
slapos.cookbook slapos.cookbook
collective.recipe.template collective.recipe.template
plone.recipe.command plone.recipe.command
slapos.libnetworkcache
entry-points = entry-points =
runTestSuite=erp5.util.testsuite:runTestSuite runTestSuite=erp5.util.testsuite:runTestSuite
scripts = scripts =
...@@ -93,3 +94,4 @@ collective.recipe.template = 1.10 ...@@ -93,3 +94,4 @@ collective.recipe.template = 1.10
plone.recipe.command = 1.1 plone.recipe.command = 1.1
slapos.recipe.build = 0.12 slapos.recipe.build = 0.12
slapos.recipe.template = 2.5 slapos.recipe.template = 2.5
slapos.libnetworkcache = 0.14.1
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