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] _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
