13 Oct
2009
13 Oct
'09
12:38 p.m.
On Tue, Oct 13, 2009 at 3:25 PM, Tarek Ziadé <ziade.tarek@gmail.com> wrote: ...
Notice that the current trunk of Distribute is now changing any 'setuptools' requirement that is tiggered using "Requirement.parse" and "resolve" APIs into a 'distribute' one.
Ah cool. ...
So I would propose changing bootstrap.py itself to choose between peak's ez_setup.py or our distribute_setup.py file with the option you've mentioned, and through the shell:
$ python bootstrap.py --use-distribute
I can't think of any other changed required in zc.buildout itself besides this.
Very good. Thanks. Jim -- Jim Fulton