Commit 3ad6cb4
authored
fix(uv): make uv lock rule work with platform python runtime (#3303)
A platform runtime is when the interpreter is provided as an absolute
path to Python
instead of bundled in the runfiles. The uv lock rule almost worked, it
just didn't
handle the runtime files being empty in such a case.
To fix, use an empty depset to satisfy the subsequent APIs that use it.1 parent 08bd451 commit 3ad6cb4
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments