aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/google_benchmark/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/google_benchmark/BUILD')
-rw-r--r--bindings/python/google_benchmark/BUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/bindings/python/google_benchmark/BUILD b/bindings/python/google_benchmark/BUILD
index 3c1561f..89ec76e 100644
--- a/bindings/python/google_benchmark/BUILD
+++ b/bindings/python/google_benchmark/BUILD
@@ -6,7 +6,6 @@ py_library(
visibility = ["//visibility:public"],
deps = [
":_benchmark",
- # pip; absl:app
],
)
@@ -17,10 +16,13 @@ py_extension(
"-fexceptions",
"-fno-strict-aliasing",
],
- features = ["-use_header_modules"],
+ features = [
+ "-use_header_modules",
+ "-parse_headers",
+ ],
deps = [
"//:benchmark",
- "@pybind11",
+ "@nanobind",
"@python_headers",
],
)