Skip to content

Commit be8debe

Browse files
honglookercopybara-github
authored andcommitted
pbtk: abrogate system_python cc headers with rules_python cc headers
#test-continuous PiperOrigin-RevId: 782898514
1 parent c1c865b commit be8debe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/build_targets.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def build_targets(name):
9898
],
9999
deps = select({
100100
"//conditions:default": [],
101-
":use_fast_cpp_protos": ["@system_python//:python_headers"],
101+
":use_fast_cpp_protos": ["@rules_python//python/cc:current_py_cc_headers"],
102102
}),
103103
)
104104

@@ -154,7 +154,7 @@ def build_targets(name):
154154
"@abseil-cpp//absl/strings",
155155
] + select({
156156
"//conditions:default": [],
157-
":use_fast_cpp_protos": ["@system_python//:python_headers"],
157+
":use_fast_cpp_protos": ["@rules_python//python/cc:current_py_cc_headers"],
158158
}),
159159
)
160160

@@ -459,7 +459,7 @@ def build_targets(name):
459459
"//src/google/protobuf/io",
460460
"@abseil-cpp//absl/log:absl_check",
461461
"@abseil-cpp//absl/status",
462-
"@system_python//:python_headers",
462+
"@rules_python//python/cc:current_py_cc_headers",
463463
],
464464
)
465465

0 commit comments

Comments
 (0)