Commit 975de22d authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

DON'T MERGE: software{erp5,kvm,slaprunner}: use slapos dev eggs

Taken from development.cfg
parent 545a45bc
......@@ -2,9 +2,15 @@
extends =
../../component/python3/buildout.cfg
software.cfg
# Development
../../stack/slapos-dev.cfg
python = python3
# Ignore these for now
common-parts -=
rdiff-backup
parts +=
# Development eggs
${:common-parts}
......@@ -2,6 +2,8 @@
extends =
../../component/python3/buildout.cfg
software.cfg
# Development
../../stack/slapos-dev.cfg
python = python3
......@@ -9,8 +11,17 @@ python = python3
common-parts -=
rdiff-backup
parts +=
# Development eggs
${:common-parts}
[eggs]
recipe = zc.recipe.egg
eggs -=
# futures is a backport of Py3's concurrent.futures module.
futures
[versions]
slapos.cookbook =
slapos.core =
slapos.toolbox =
......@@ -8,6 +8,10 @@ extends =
python = python3
[slapos.cookbook-repository]
develop = true
branch = zope4
# XXX: ignore for now
parts -=
# Require a version compatible with Py3 (also need to update patches)
......
......@@ -24,6 +24,7 @@ setup = ${slapos.toolbox-repository:location}
[slapos.cookbook-repository]
develop = true
branch = zope4
# Used for resiliency tests only
[erp5.util-repository]
......
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