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

Don't require optional wheel dependency. #111

Merged
merged 1 commit into from
Feb 12, 2021

Conversation

jameshilliard
Copy link
Contributor

@jameshilliard jameshilliard commented Feb 11, 2021

This seems to only be required for building binary wheels, so it should not be a hard requirement.

FYI I hit this issue when trying to port setuptools-rust to buildroot due to cryptography starting to require rust, buildroot deliberately does not support binary python wheels as python packages are cross compiled from source.

Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I agree that we should remove the hard dependency. Can you please add a CHANGELOG entry to this PR? I suspect a few users will need to update their build processes once this is released, so we should definitely notify them of this change.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
@jameshilliard
Copy link
Contributor Author

Can you please add a CHANGELOG entry to this PR?

Added to changelog.

@davidhewitt
Copy link
Member

Thanks!

@davidhewitt davidhewitt merged commit 1d7ee9f into PyO3:master Feb 12, 2021
@jameshilliard jameshilliard deleted the remove-wheel branch February 12, 2021 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants