Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add wheel support in InstarallRequirement.get_dist()
Before it did support only requirements that had their metadata prepared to a local directory. WIth wheels that does not happen so we need to handle that case too. get_dist() is used by the metadata property of InstallRequirement, which in turn is useful to obtain metadata of the RequirementSet returned by the resolver.
- Loading branch information