fix: fail to import gbench in bazel and python3.12

This commit is contained in:
dhmemi 2023-12-22 10:24:23 +08:00
parent 7b52bf7346
commit 3028899d61

View File

@ -13,6 +13,7 @@ py_binary(
name = "compare", name = "compare",
srcs = ["compare.py"], srcs = ["compare.py"],
python_version = "PY3", python_version = "PY3",
imports = ["."],
deps = [ deps = [
":gbench", ":gbench",
], ],