# SlapOS component for zodbtools. # https://lab.nexedi.com/nexedi/zodbtools [buildout] extends = ../pygolang/buildout.cfg ../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 = ${pygolang:egg} # ZEO comes through zodbtools -> zodburi -> ZEO ${ZEO:egg} [zodbtools/scripts] recipe = zc.recipe.egg:scripts eggs = ${zodbtools:eggs} [versions] zodbtools = 0.0.0.dev8 # pygolang -> component/pygolang/ zodburi = 2.4.0 # zope.interface -> stack/slapos.cfg # six -> stack/slapos.cfg dateparser = 0.7.6 # needed by dateparser: # python-dateutil -> stack/slapos.cfg # pytz -> stack/slapos.cfg regex = 2020.9.27 # tzlocal -> stack/slapos.cfg