Commit b1d29b4f authored by Łukasz Nowak's avatar Łukasz Nowak

- put out instance recipe egg in different part to have simpler

   override


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44015 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af06fd5d
......@@ -70,6 +70,7 @@ parts =
# Buildoutish
eggs
instance-recipe-egg
testrunner
# basic Xorg
......@@ -210,6 +211,13 @@ recipe = zc.recipe.egg:custom
python = python2.6
egg = pycrypto
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.6
eggs =
# instantiation egg
${instance-recipe:name}
[eggs]
recipe = zc.recipe.egg
python = python2.6
......@@ -275,9 +283,6 @@ eggs =
StructuredText
erp5.conflictresolver
# instantiation egg
${instance-recipe:name}
# parameterizing the version of the generated python interpreter name by the
# python section version causes dependency between this egg section and the
# installation of python, which we don't want on an instance
......
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