@@ -97,7 +97,7 @@ allowed_hosts = [
97
97
]
98
98
99
99
deps = {
100
- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'd28c48674b65936cf32063da51ef1445af82ac75 ' ,
100
+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '300678066c63df763a632943fac3eed0512684b3 ' ,
101
101
102
102
# Fuchsia compatibility
103
103
#
@@ -638,7 +638,7 @@ hooks = [
638
638
'name' : 'landmines' ,
639
639
'pattern' : '.' ,
640
640
'action' : [
641
- 'python ' ,
641
+ 'python3 ' ,
642
642
'src/build/landmines.py' ,
643
643
],
644
644
},
@@ -647,15 +647,15 @@ hooks = [
647
647
'name' : 'win_toolchain' ,
648
648
'condition' : 'download_windows_deps' ,
649
649
'pattern' : '.' ,
650
- 'action' : ['python ' , 'src/build/vs_toolchain.py' , 'update' ],
650
+ 'action' : ['python3 ' , 'src/build/vs_toolchain.py' , 'update' ],
651
651
},
652
652
{
653
653
# Ensure that we don't accidentally reference any .pyc files whose
654
654
# corresponding .py files have already been deleted.
655
655
'name' : 'remove_stale_pyc_files' ,
656
656
'pattern' : 'src/tools/.*\\ .py' ,
657
657
'action' : [
658
- 'python ' ,
658
+ 'python3 ' ,
659
659
'src/tools/remove_stale_pyc_files.py' ,
660
660
'src/tools' ,
661
661
],
@@ -665,7 +665,7 @@ hooks = [
665
665
'pattern' : '.' ,
666
666
'condition' : 'download_windows_deps' ,
667
667
'action' : [
668
- 'python ' ,
668
+ 'python3 ' ,
669
669
'src/flutter/tools/dia_dll.py' ,
670
670
],
671
671
},
@@ -674,7 +674,7 @@ hooks = [
674
674
'pattern' : '.' ,
675
675
'condition' : 'download_linux_deps' ,
676
676
'action' : [
677
- 'python ' ,
677
+ 'python3 ' ,
678
678
'src/build/linux/sysroot_scripts/install-sysroot.py' ,
679
679
'--arch=x64' ],
680
680
},
@@ -683,15 +683,15 @@ hooks = [
683
683
'pattern' : '.' ,
684
684
'condition' : 'download_linux_deps' ,
685
685
'action' : [
686
- 'python ' ,
686
+ 'python3 ' ,
687
687
'src/build/linux/sysroot_scripts/install-sysroot.py' ,
688
688
'--arch=arm64' ],
689
689
},
690
690
{
691
691
'name' : 'pub get --offline' ,
692
692
'pattern' : '.' ,
693
693
'action' : [
694
- 'python ' ,
694
+ 'python3 ' ,
695
695
'src/flutter/tools/pub_get_offline.py' ,
696
696
]
697
697
},
0 commit comments