Skip to content

Commit 2079e29

Browse files
pybind11_protobuf authorscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 633480631
1 parent b538aff commit 2079e29

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

MODULE.bazel

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@ bazel_dep(
1414
repo_name = "com_google_absl",
1515
)
1616

17-
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
18-
19-
http_archive(
20-
name = "com_google_absl_py",
21-
sha256 = "8a3d0830e4eb4f66c4fa907c06edf6ce1c719ced811a12e26d9d3162f8471758",
22-
strip_prefix = "abseil-py-2.1.0",
23-
urls = [
24-
"https://github.com/abseil/abseil-py/archive/refs/tags/v2.1.0.tar.gz",
25-
],
17+
bazel_dep(
18+
name = "abseil-py",
19+
version = "2.1.0",
20+
repo_name = "com_google_absl_py",
2621
)
2722

2823
bazel_dep(

0 commit comments

Comments
 (0)