[Distutils] Buildout can't talk to PyPI any more?
Lennart Regebro
regebro at gmail.com
Wed May 29 11:03:39 CEST 2013
On Wed, May 29, 2013 at 10:19 AM, Marius Gedminas <marius at pov.lt> wrote:
> Could it be that recent PyPI CDN changes broke zc.buildout somehow?
> Witness this:
>
> $ wget http://downloads.buildout.org/2/bootstrap.py
>
> $ cat buildout.cfg
> [buildout]
> parts = zodbbrowser
> [zodbbrowser]
> recipe = zc.recipe.egg
>
> $ python bootstrap.py
>
> $ bin/buildout
> Error: Couldn't find a distribution for 'zodbbrowser'.
Works for me.
More information about the Distutils-SIG
mailing list