Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BLD: require packaging in setup_requires #22649

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

Closed
wants to merge 1 commit into from

Conversation

tacaswell
Copy link
Member

Closes #22648

PR Summary

#22429 added a setup-time dependency on packaging that we missed on CI due to packaging also being a run-time dependency which is otherwise installed.

This should be combined with #22647 when backported.

@QuLogic QuLogic added the CI: Run cibuildwheel Run wheel building tests on a PR label Mar 14, 2022
@QuLogic
Copy link
Member

QuLogic commented Mar 14, 2022

That appears insufficient; maybe just rewrite the check without packaging instead? We control both sides of the comparison anyway.

@anntzer
Copy link
Contributor

anntzer commented Mar 15, 2022

Agreed we could just use e.g. [*map(int, ver.split("."))]: these are freetype versions, not PEP440 versions anyways.

@QuLogic
Copy link
Member

QuLogic commented Mar 15, 2022

Replaced by #22653.

@QuLogic QuLogic closed this Mar 15, 2022
@tacaswell tacaswell deleted the fix_build branch March 16, 2022 17:06
@tacaswell tacaswell modified the milestones: v3.5.2, unassigned Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Run cibuildwheel Run wheel building tests on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add packaging to setup_requires?
4 participants