Skip to content

Commit e89cad3

Browse files
committed
deps: V8: override depot_tools version
For compatibility with Python >= 3.12 we need a newer version of `depot_tools` than is used for the older versions of V8.
1 parent 0998c37 commit e89cad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/v8/fetch_deps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"deps_file" : "DEPS",
2525
"managed" : False,
2626
"custom_deps" : {
27+
# Update depot_tools for compatibility with Python 3.12.
28+
"v8/third_party/depot_tools" : "https://chromium.googlesource.com/chromium/tools/depot_tools.git@284c5ccb591c3de4e9f71be4a4beb5d1916d5383",
2729
# These deps are already part of Node.js.
2830
"v8/base/trace_event/common" : None,
2931
"v8/third_party/abseil-cpp" : None,

0 commit comments

Comments
 (0)