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

PEP 513 & 571: Remove libcrypt.so.1 from whitelist #1124

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

takluyver
Copy link
Contributor

From pypa/manylinux#305 : libcrypt.so.1 was one of the whitelisted libraries that wheels could assume would always be on the host system. This appears to be no longer the case, as Fedora 30 has moved to libcrypt.so.2, and some wheels fail to load on that platform.

If I have understood correctly, libcrypto.so.1 must therefore be removed from the whitelist. I'd like @njsmith or someone to confirm that I've got the right idea.

I'm using Fedora 30, and I've yet to have a wheel fail to load myself, so hopefully this means that not many wheels were linking it anyway, and the practical impact isn't too great.

@njsmith njsmith merged commit 5f5f4c4 into python:master Jul 18, 2019
@takluyver takluyver deleted the manylinux-rm-libcrypt branch July 19, 2019 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants