Skip to content

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

Merged
jaraco merged 2 commits into
pypa:masterfrom
benoit-pierre:fix_handling_of_find-links_in_setup.cfg
Dec 1, 2019
Merged

fix support for easy_install's find-links option in setup.cfg#1921
jaraco merged 2 commits into
pypa:masterfrom
benoit-pierre:fix_handling_of_find-links_in_setup.cfg

Conversation

@benoit-pierre

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

Copy link
Copy Markdown
Member

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