Commit 9ec56871 authored by Jérome Perrin's avatar Jérome Perrin

software/erp5testnode: use python3

parent b4e4218d
...@@ -12,6 +12,7 @@ extends = ...@@ -12,6 +12,7 @@ extends =
../../component/pwgen/buildout.cfg ../../component/pwgen/buildout.cfg
../../component/apache/buildout.cfg ../../component/apache/buildout.cfg
../../stack/monitor/buildout.cfg ../../stack/monitor/buildout.cfg
../../component/defaults.cfg
parts = parts =
slapos-command slapos-command
...@@ -22,6 +23,9 @@ parts = ...@@ -22,6 +23,9 @@ parts =
git git
apache apache
[python]
part = python3
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
...@@ -58,3 +62,8 @@ zope.cachedescriptors = 4.3.1 ...@@ -58,3 +62,8 @@ zope.cachedescriptors = 4.3.1
zope.event = 4.4 zope.event = 4.4
zope.schema = 4.9.3 zope.schema = 4.9.3
slapos.tool.nosqltester = 0.0.4.dev-r45972 slapos.tool.nosqltester = 0.0.4.dev-r45972
[versions:python3]
z3c.etestbrowser = 3.0.1
zope.deferredimport = 4.3.1
zope.proxy = 4.4.0
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