Commit 5ea4e8b0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

more comments.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39124 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce02e91c
......@@ -15,8 +15,8 @@ SOAPpy = 0.12.0
Acquisition = 2.13.4nxd001
Products.DCWorkflow = 2.2.1nxd001
# Zope KGS is incompatible with buildout 1.5.0 in case of distribute and
# zc.buildout, and as ERP5 Appliance trunk wants to use the newest versions of
# buildout infrastructure clear the pin
# Zope Known Good Set is incompatible with buildout 1.5.0 in case of
# distribute and zc.buildout, and as ERP5 Appliance trunk wants to use
# the newest versions of buildout infrastructure clear the pin
distribute =
zc.buildout =
# Common packages versions for all flavours
[versions]
# XXX refactor parts shared with versions.cfg into a common file
# 1.3.1 fixes environment leak
PyXML = 0.8.4
erp5_bt5_revision = ${:erp5_products_revision}
erp5_products_revision =
ipython = 0.10
numpy = 1.3.0
plone.recipe.zope2instance = 3.6
# official pysvn egg does not work with zc.recipe.egg, so we use our
# modified version
pysvn = 1.7.2
python-memcached = 1.45
# we are still using this old stable version.
rdiff-backup = 1.0.5
# special version of z3c.recipe.openoffice with architecture autodetection
......@@ -21,4 +22,5 @@ erp5.recipe.mysqlserver >= 1.1.3
erp5.recipe.sphinxserver >= 1.0.2
erp5.recipe.standaloneinstance >= 0.4
hexagonit.recipe.cmmi >= 1.3.1
python-memcached >= 1.45
xml-marshaller >= 0.9.2
......@@ -3,7 +3,10 @@
extends = ../profiles/versions-common.cfg
[versions]
# 0.20.8 is the latest version of itools that works with python-2.4.
itools = 0.20.8
# we sometimes have troubles with downloading alpha/beta version of
# lxml, and this is the lates stable version.
lxml = 2.2.8
# Default ERP5 Appliance buildout is sticked to zc.buildout 1.4.4, as instance
# generation is known not to work with zc.buildout >= 1.5
......
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