Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pip): skip wheel patching with empty patches (#2294)
Previously if you pulled multiple wheels of the same dep, even ones not affected by patches would be processed, which is expensive for larger wheels because of the unzipping / re-zipping. Fixes #2263
- Loading branch information