From 3fed4498c103ef20b91efc3449773c091f0a698f Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Fri, 11 Feb 2011 02:43:48 +0000 Subject: [PATCH] the definitions ">=" does work into versions as the latest is preferred, no reason to keep such definition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43282 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/profiles/versions-2.12.cfg | 6 ------ buildout/profiles/versions-common.cfg | 14 -------------- 2 files changed, 20 deletions(-) diff --git a/buildout/profiles/versions-2.12.cfg b/buildout/profiles/versions-2.12.cfg index 3e870c7dfd..64f18a999a 100644 --- a/buildout/profiles/versions-2.12.cfg +++ b/buildout/profiles/versions-2.12.cfg @@ -9,9 +9,3 @@ extends = # pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs Acquisition = 2.13.4nxd001 Products.DCWorkflow = 2.2.1nxd001 - -# 1.0.3 fixes bug https://bugs.launchpad.net/zelenium/+bug/673610 -Products.Zelenium >= 1.0.3 - -# erp5.recipe.zope2instance 1.x is for Zope-2.8 -erp5.recipe.zope2instance >= 2.0 diff --git a/buildout/profiles/versions-common.cfg b/buildout/profiles/versions-common.cfg index 9a22f4cea8..b0aaa02a95 100644 --- a/buildout/profiles/versions-common.cfg +++ b/buildout/profiles/versions-common.cfg @@ -14,17 +14,6 @@ rdiff-backup = 1.0.5 # special version of z3c.recipe.openoffice with architecture autodetection z3c.recipe.openoffice = 0.3.1dev4 -# minimal versions - packages which are not to know work in version lower then -# requested -erp5.recipe.mysqlserver >= 1.1.3 -erp5.recipe.sphinxserver >= 1.0.2 -hexagonit.recipe.cmmi >= 1.5.0 -python-memcached >= 1.45 -timerserver >= 2.0.1 -xml-marshaller >= 0.9.2 -xupdate-processor >= 0.4 -erp5diff >= 0.8.1.1 - # 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 @@ -32,8 +21,6 @@ distribute = zc.buildout = setuptools = -# Use version of slapos.rebootstrap, with stabilised prefix -slapos.rebootstrap >= 2.1 slapos.tool.networkcache = 0.1.4.dev-r4220 # official pysvn egg does not supports --include-dirs and @@ -44,4 +31,3 @@ pysvn = 1.7.4nxd006 # - support ipv6 # - normalization improvements urlnorm >= 1.1.2 - -- 2.30.9