Commit ec582ce
authored
Align module name with name in registry (#5)
Otherwise you will get the following error when trying to use module with bazel_dep:
ERROR: in module dependency chain <root> -> score_bazel_tools_python@0.1.1: the MODULE.bazel file of score_bazel_tools_python@0.1.1 declares a different name (bazel_tools_python)1 parent 5d85772 commit ec582ce
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments