Commit 7d439872 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 395040f0
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
[buildout] [buildout]
extends = extends =
../git/buildout.cfg ../git/buildout.cfg
../python-cffi/buildout.cfg
parts = ZODB/scripts parts = ZODB/scripts
...@@ -58,6 +59,7 @@ git-executable = ${git:location}/bin/git ...@@ -58,6 +59,7 @@ git-executable = ${git:location}/bin/git
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
setup = ${ZODB4-repository:location} setup = ${ZODB4-repository:location}
egg = ZODB egg = ZODB
depends = ${persistent:egg} ${BTrees:egg}
egg_versions = egg_versions =
transaction = 1.7.0 transaction = 1.7.0
...@@ -93,6 +95,7 @@ branch = 3.10-nxd--t ...@@ -93,6 +95,7 @@ branch = 3.10-nxd--t
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
setup = ${ZODB5-repository:location} setup = ${ZODB5-repository:location}
egg = ZODB egg = ZODB
depends = ${persistent:egg} ${BTrees:egg}
egg_versions = egg_versions =
transaction = 2.4.0 transaction = 2.4.0
...@@ -103,6 +106,18 @@ location = ${buildout:parts-directory}/ZODB5 ...@@ -103,6 +106,18 @@ location = ${buildout:parts-directory}/ZODB5
branch = master branch = master
#revision= ... XXX pin #revision= ... XXX pin
# XXX: buildout fails to install properly eggs with setup_requires
[BTrees]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${persistent:egg}
[persistent]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${python-cffi:egg}
###
# eggs versions that are used by all all ZODB<X>. # eggs versions that are used by all all ZODB<X>.
[versions] [versions]
......
...@@ -56,19 +56,6 @@ eggs = neoppod[admin, ctl, master] ...@@ -56,19 +56,6 @@ eggs = neoppod[admin, ctl, master]
setproctitle setproctitle
adapter-egg = ${python-mysqlclient:egg} adapter-egg = ${python-mysqlclient:egg}
# XXX -> component/ZODB
# XXX: buildout fails to install properly eggs with setup_requires
[BTrees]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${persistent:egg}
[persistent]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${python-cffi:egg}
###
[download-base-neo] [download-base-neo]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:filename} url = ${:_profile_base_location_}/${:filename}
......
...@@ -105,8 +105,8 @@ template = inline: ...@@ -105,8 +105,8 @@ template = inline:
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
# wendelin.core still requires ZODB3 but having ZODB4 or 5 installed satisfies latest ZODB3 # wendelin.core still requires ZODB3 but having ZODB4 or 5 installed satisfies latest ZODB3
# XXX -> ${ZODB:egg} ? # ZODB3
ZODB3 ${ZODB:egg}
# also for wc # also for wc
${numpy:egg} ${numpy:egg}
# to install not only wendelin.core modules but also scripts # to install not only wendelin.core modules but also scripts
......
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