We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b538aff commit 2079e29Copy full SHA for 2079e29
MODULE.bazel
@@ -14,15 +14,10 @@ bazel_dep(
14
repo_name = "com_google_absl",
15
)
16
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
- ],
+bazel_dep(
+ name = "abseil-py",
+ version = "2.1.0",
+ repo_name = "com_google_absl_py",
26
27
28
bazel_dep(
0 commit comments