[buildout]
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}
[eggs]
recipe = zc.recipe.egg
eggs -=
# futures is a backport of Py3's concurrent.futures module.
futures
[versions]
slapos.cookbook =
slapos.core =
slapos.toolbox =
-
Bryton Lacquement authored
Taken from development.cfg
975de22d