Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: setuptools no longer vendors its dependencies #22139

Closed
FRidh opened this issue Jan 25, 2017 · 3 comments
Closed

Python: setuptools no longer vendors its dependencies #22139

FRidh opened this issue Jan 25, 2017 · 3 comments

Comments

@FRidh
Copy link
Member

FRidh commented Jan 25, 2017

Issue description

From version 34 on setuptools no longer vendors its dependencies.
https://github.com/pypa/setuptools/blob/master/CHANGES.rst#v3400

This affects how we currently bootstrap setuptools. The recommended method is to install the setuptools wheel and the wheels of all its dependencies. Because all these dependencies end up in the 'global scope' during installation, I foresee issues when users would like to install other versions of the dependencies.

The only solution I see is to always build packages that are dependencies of setuptools from wheels, and never from the source archives.

@FRidh
Copy link
Member Author

FRidh commented May 30, 2017

No longer vendoring dependencies seems to cause quite some trouble pypa/setuptools#980.

@FRidh
Copy link
Member Author

FRidh commented May 31, 2017

setuptools 36 vendors its dependencies again.
https://github.com/pypa/setuptools/releases/tag/v36.0.0

@FRidh
Copy link
Member Author

FRidh commented Jun 5, 2017

We now have 36.0.1 so closing.

@FRidh FRidh closed this as completed Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant