Commit a3a6499a authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

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

Taken from development.cfg
parent 89a2521f
...@@ -2,9 +2,15 @@ ...@@ -2,9 +2,15 @@
extends = extends =
../../component/python3/buildout.cfg ../../component/python3/buildout.cfg
software.cfg software.cfg
# Development
../../stack/slapos-dev.cfg
python = python3 python = python3
# Ignore these for now # Ignore these for now
common-parts -= common-parts -=
rdiff-backup rdiff-backup
parts +=
# Development eggs
${:common-parts}
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
extends = extends =
../../component/python3/buildout.cfg ../../component/python3/buildout.cfg
software.cfg software.cfg
# Development
../../stack/slapos-dev.cfg
python = python3 python = python3
...@@ -9,6 +11,15 @@ python = python3 ...@@ -9,6 +11,15 @@ python = python3
common-parts -= common-parts -=
rdiff-backup rdiff-backup
parts +=
# Development eggs
${:common-parts}
[versions]
slapos.cookbook =
slapos.core =
slapos.toolbox =
[eggs] [eggs]
eggs -= eggs -=
# futures is a backport of Py3's concurrent.futures module # futures is a backport of Py3's concurrent.futures module
......
...@@ -24,6 +24,7 @@ setup = ${slapos.toolbox-repository:location} ...@@ -24,6 +24,7 @@ setup = ${slapos.toolbox-repository:location}
[slapos.cookbook-repository] [slapos.cookbook-repository]
develop = true develop = true
branch = kvm-slaprunner-py3
# Used for resiliency tests only # Used for resiliency tests only
[erp5.util-repository] [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