Commit 94d7b4f
Alex Walker
Fix pip package using wrong Python package names (#117)
## What is the goal of this PR?
The Python package names generated for our Cluster proto files were incorrect. We updated our `python_repackage` rules to fix it.
## What are the changes implemented in this PR?
Update our `python_repackage` rules that run against Python package targets so that the Cluster proto files use the correct import paths1 parent bb59512 commit 94d7b4f
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments