collective / buildout.python

Buildout all the Pythons
109 stars 47 forks source link

Setuptools < 36.8.0 no longer supported by PyPI #97

Open mjpieters opened 3 years ago

mjpieters commented 3 years ago

Due to the deprecation of non-SNI support on PyPI buildout bootstrapping is currently broken.

The fix requires obtaining a patched setuptools for this as zc.buildout can't work with newer versions; we can backport the original change and have bootstrap work from the patched version.

Until someone gets round to this, however, this project is not going to be usable by anyone not already bootstrapped.