Commit 34f42dbe authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e7292da3
# SlapOS component for zodbtools.
# https://lab.nexedi.com/nexedi/zodbtools
[buildout]
extends = ../pygolang/buildout.cfg
[zodbtools]
recipe = zc.recipe.egg
egg = zodbtools
eggs = zodbtools ${pygolang:egg}
scripts = zodb
[versions]
zodbtools = 0.0.0.dev8
# XXX zodburi ?
# XXX zope.interfaces ?
......@@ -19,6 +19,7 @@ extends =
../../component/python-mysqlclient/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/zodbtools/buildout.cfg
parts =
# keep neoppod first so that ZODB is built correctly,
......@@ -50,7 +51,7 @@ eggs = neoppod[admin, ctl, master]
psutil
ZODB
zope.testing
zodbtools
${zodbtools:egg}
coverage
setproctitle
adapter-egg = ${python-mysqlclient:egg}
......@@ -152,7 +153,6 @@ setproctitle = 1.1.10
slapos.recipe.template = 4.4
transaction = 1.7.0
zodbpickle = 1.0.4
zodbtools = 0.0.0.dev7
cython-zstd = 0.2
python-dateutil = 2.7.3
......@@ -160,18 +160,6 @@ python-dateutil = 2.7.3
# zodbtools==0.0.0dev7
zodburi = 2.3.0
# Required by:
# zodbtools==0.0.0dev7
pygolang = 0.0.0.dev7
# Required by:
# pygolang==0.0.0dev7
gevent = 1.4.0
# Required by:
# gevent==1.4.0
greenlet = 0.4.15
# Required by:
# zodburi==2.0
# ZEO 5 requires transaction >= 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment