Commit cbe89432 by pybind11_abseil authors Committed by Copybara-Service

Internal change

PiperOrigin-RevId: 410566928
parent 32f8fc4a
...@@ -48,10 +48,6 @@ pybind_library( ...@@ -48,10 +48,6 @@ pybind_library(
pybind_library( pybind_library(
name = "status_casters", name = "status_casters",
hdrs = ["status_casters.h"], hdrs = ["status_casters.h"],
data = select({
"//devtools/python/blaze:py3_mode": [],
"//devtools/python/blaze:py2_mode": [":status"],
}),
deps = [ deps = [
":status_utils", ":status_utils",
"@com_google_absl//absl/status", "@com_google_absl//absl/status",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment