Skip to content

fix support for easy_install's find-links option in setup.cfg #1921

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

Merged

Conversation

benoit-pierre
Copy link
Member

@benoit-pierre benoit-pierre commented Nov 26, 2019

Summary of changes

The easy_install's find-links option can sometime be a string (and not a list of string), e.g. when its value comes from setup.cfg (see handling in easy_install own code).

Ensure it's similarly handled in fetch_build_egg.

Closes #1920, #1375, and probably #1880.

Pull Request Checklist

  • Changes have tests
  • News fragment added in changelog.d. See documentation for details

@jaraco jaraco merged commit a8d9568 into pypa:master Dec 1, 2019
@benoit-pierre benoit-pierre deleted the fix_handling_of_find-links_in_setup.cfg branch December 1, 2019 16:38
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.

Handling of find_links in setup.cfg in 42.0.0
2 participants