Add pocompile section to dev buildout.

This commit is contained in:
Timo Stollenwerk 2011-11-24 08:22:23 +01:00
parent 75a2d17f19
commit f3ad58959d
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@ auto-checkout =
parts += parts +=
omelette omelette
releaser releaser
pocompile
zopepy zopepy
sphinxbuilder sphinxbuilder
sphinxupload sphinxupload
@ -43,6 +44,10 @@ packages = ${instance:location}/lib/python ./
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = jarn.mkrelease eggs = jarn.mkrelease
[pocompile]
recipe = zc.recipe.egg
eggs = zest.pocompile
[zopepy] [zopepy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${instance:eggs} eggs = ${instance:eggs}