[Zope-dev] zc.buildout problem

Maurits van Rees m.van.rees at zestsoftware.nl
Sun May 24 07:28:35 EDT 2009


Adam GROSZER, on 2009-05-24:
> Hello,
>
> Following just happened. The project has KGS 3.4 versions as a base,
> locally I wanted to override lxml to >= 2.1.1.
>
> [...snip...]
> extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
> versions = versions
>
> [versions]
> lxml >= 2.1.1

Only assignment (=) is allowed here, not comparison (>=).

Comparison is allowed in a few other spots, for example:

recipe = my.recipe.name >= 1.0

-- 
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]



More information about the Zope-Dev mailing list