versions-2.12.cfg 556 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1
# Packages versions specific for Zope 2.12 flavour
2 3 4
[buildout]

extends =
5
  http://svn.zope.org/repos/main/Zope/tags/2.12.12/versions.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
6
  ../profiles/versions-common.cfg
7 8

[versions]
9 10 11
# pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs
Acquisition = 2.13.4nxd001
Products.DCWorkflow = 2.2.1nxd001
12

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
13 14 15
# 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
16 17
distribute =
zc.buildout =
18
setuptools =