File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def build_targets(name):
98
98
],
99
99
deps = select ({
100
100
"//conditions:default" : [],
101
- ":use_fast_cpp_protos" : ["@system_python//:python_headers " ],
101
+ ":use_fast_cpp_protos" : ["@rules_python//python/cc:current_py_cc_headers " ],
102
102
}),
103
103
)
104
104
@@ -154,7 +154,7 @@ def build_targets(name):
154
154
"@abseil-cpp//absl/strings" ,
155
155
] + select ({
156
156
"//conditions:default" : [],
157
- ":use_fast_cpp_protos" : ["@system_python//:python_headers " ],
157
+ ":use_fast_cpp_protos" : ["@rules_python//python/cc:current_py_cc_headers " ],
158
158
}),
159
159
)
160
160
@@ -459,7 +459,7 @@ def build_targets(name):
459
459
"//src/google/protobuf/io" ,
460
460
"@abseil-cpp//absl/log:absl_check" ,
461
461
"@abseil-cpp//absl/status" ,
462
- "@system_python//:python_headers " ,
462
+ "@rules_python//python/cc:current_py_cc_headers " ,
463
463
],
464
464
)
465
465
You can’t perform that action at this time.
0 commit comments