Commit 9571e2d
chore (py_internal): Remove roundtrip of putting py_internal in the config repo (#3522)
I was reading on `py_internal` and found this opportunity for
simplification.
When there was support for Bazel `< 7` `py_internal` was in
`@rules_python_internal`, because it had to be set to None depending on
Bazel version.
#3282 removed Bazel `<
7` support shims, and made `py_internal` not depend on Bazel version. So
now there no need to put it in `@rules_python_internal`.
---------
Co-authored-by: Shayan Hoshyari <hoshyari@adobe.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 779623c commit 9571e2d
File tree
4 files changed
+8
-25
lines changed- python/private
- tools/build_defs/python/private
4 files changed
+8
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 45 | | |
53 | 46 | | |
54 | 47 | | |
| |||
63 | 56 | | |
64 | 57 | | |
65 | 58 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 59 | | |
73 | 60 | | |
74 | 61 | | |
| |||
128 | 115 | | |
129 | 116 | | |
130 | 117 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 118 | | |
135 | | - | |
136 | 119 | | |
137 | 120 | | |
138 | | - | |
139 | 121 | | |
140 | 122 | | |
141 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
26 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
0 commit comments