Date: Thursday, April 14, 2022 @ 23:18:32
  Author: foutrelis
Revision: 1186389

Run 'gclient sync' under Python 3

Modified:
  electron9/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-14 23:18:31 UTC (rev 1186388)
+++ PKGBUILD    2022-04-14 23:18:32 UTC (rev 1186389)
@@ -115,7 +115,7 @@
   },
 ]" > .gclient
 
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  python3 "${srcdir}/depot_tools/gclient.py" sync \
       --with_branch_heads \
       --with_tags \
       --nohooks

Reply via email to