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

@takluyver takluyver commented Jul 18, 2019

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
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@takluyver takluyver deleted the takluyver:manylinux-rm-libcrypt branch Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants