# SlapOS component for zodbtools.
# https://lab.nexedi.com/nexedi/zodbtools

[buildout]
extends =
    ../ZEO/buildout.cfg

parts =
    zodbtools/scripts


[zodbtools]
recipe  = zc.recipe.egg:eggs
egg     = zodbtools
eggs    =
    ${:egg}

# dependent eggs that must come through in-tree recipes
depends =
# ZEO comes through zodbtools -> zodburi -> ZEO
    ${ZEO:egg}

[zodbtools/scripts]
recipe  = zc.recipe.egg:scripts
eggs    = ${zodbtools:eggs}


[versions]
zodbtools = 0.0.0.dev4

# Required by:
# zodbtools==0.0.0dev4
zodburi = 2.3.0