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 +=
omelette
releaser
pocompile
zopepy
sphinxbuilder
sphinxupload
@ -43,6 +44,10 @@ packages = ${instance:location}/lib/python ./
recipe = zc.recipe.egg
eggs = jarn.mkrelease
[pocompile]
recipe = zc.recipe.egg
eggs = zest.pocompile
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}