software-py3.cfg 409 Bytes
[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 =