File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ use_relative_paths = True
3
3
vars = {
4
4
'github' : 'https://github.com' ,
5
5
6
- 'abseil_revision' : '52fad5aa026b6202dd8dabb5723f2ee3f604048f ' ,
6
+ 'abseil_revision' : '5a01d0f77e37493570e35aedaa95c4bcf1673c7c ' ,
7
7
8
8
'effcee_revision' : '2c97e5689ed8d7ab6ae5820f884f03a601ae124b' ,
9
9
10
- 'googletest_revision' : '5bcb2d78a16edd7110e72ef694d229815aa29542 ' ,
10
+ 'googletest_revision' : 'ff233bdd4cac0a0bf6e5cd45bda3406814cb2796 ' ,
11
11
12
12
# Use protobufs before they gained the dependency on abseil
13
13
'protobuf_revision' : 'v21.12' ,
14
14
15
15
're2_revision' : '6dcd83d60f7944926bfd308cc13979fc53dd69ca' ,
16
16
17
- 'spirv_headers_revision' : 'f013f08e4455bcc1f0eed8e3dd5e2009682656d9 ' ,
17
+ 'spirv_headers_revision' : '1b75a4ae0b4289014b4c369301dc925c366f78a6 ' ,
18
18
}
19
19
20
20
deps = {
Original file line number Diff line number Diff line change @@ -17,3 +17,17 @@ local_path_override(
17
17
module_name = "effcee" ,
18
18
path = "external/effcee" ,
19
19
)
20
+
21
+ bazel_dep (name = "rules_python" ,
22
+ version = "0.34.0" )
23
+
24
+ # https://rules-python.readthedocs.io/en/stable/toolchains.html#library-modules-with-dev-only-python-usage
25
+ python = use_extension (
26
+ "@rules_python//python/extensions:python.bzl" ,
27
+ "python" ,
28
+ dev_dependency = True
29
+ )
30
+
31
+ python .toolchain (python_version = "3.12" ,
32
+ is_default = True ,
33
+ ignore_root_user_error = True )
You can’t perform that action at this time.
0 commit comments