Commit 0e604b0
authored
fix(pip): skip wheel patching with empty patches (bazel-contrib#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 bazel-contrib#22631 parent a3cdab5 commit 0e604b0
File tree
4 files changed
+119
-79
lines changed- examples/bzlmod
- python/private/pypi
4 files changed
+119
-79
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments