File tree 1 file changed +6
-11
lines changed 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,18 @@ def tink_py_deps():
26
26
sha256 = "17b18cb4f92ab7b94aa343ce78531b73960b1bed2ba166e5b02c9fdf0b0ac270" ,
27
27
)
28
28
29
- # Needed by com_google_protobuf.
30
- maybe (
31
- http_archive ,
32
- name = "com_google_absl" ,
33
- sha256 = "16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8" ,
34
- strip_prefix = "abseil-cpp-20250127.0" ,
35
- urls = [
36
- "https://github.com/abseil/abseil-cpp/releases/download/20250127.0/abseil-cpp-20250127.0.tar.gz" ,
37
- ],
38
- )
39
-
40
29
maybe (
41
30
http_archive ,
42
31
name = "com_google_protobuf" ,
43
32
sha256 = "6544e5ceec7f29d00397193360435ca8b3c4e843de3cf5698a99d36b72d65342" ,
44
33
strip_prefix = "protobuf-30.2" ,
45
34
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protobuf-30.2.zip" ],
35
+ # Make sure we protobuf uses the same Abseil version as [email protected] .
36
+ # This can be removed once tink-cc moves to
37
+ # https://github.com/abseil/abseil-cpp/releases/tag/20250127.1.
38
+ repo_mapping = {
39
+ "@abseil-cpp" : "@com_google_absl" ,
40
+ },
46
41
)
47
42
48
43
# Release from 2024-02-13
You can’t perform that action at this time.
0 commit comments