[buildout]
extends =
  ../../component/python3/buildout.cfg
  software.cfg

python = python3

# Ignore these for now
common-parts -=
  rdiff-backup

[python-with-eggs]
eggs -=
# futures is a backport of Py3's concurrent.futures module
  futures