Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633480631
  • Loading branch information
pybind11_protobuf authors authored and copybara-github committed May 15, 2024
1 parent b538aff commit 2079e29
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@ bazel_dep(
repo_name = "com_google_absl",
)

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_google_absl_py",
sha256 = "8a3d0830e4eb4f66c4fa907c06edf6ce1c719ced811a12e26d9d3162f8471758",
strip_prefix = "abseil-py-2.1.0",
urls = [
"https://github.com/abseil/abseil-py/archive/refs/tags/v2.1.0.tar.gz",
],
bazel_dep(
name = "abseil-py",
version = "2.1.0",
repo_name = "com_google_absl_py",
)

bazel_dep(
Expand Down

0 comments on commit 2079e29

Please sign in to comment.