From a4038e01a226e084ba7190f7f8e7d2e5399100f9 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Fri, 30 Jul 2021 18:25:40 -0700 Subject: [PATCH] Enable Python 3 for all gn exec_script calls (#27835) This rolls buildroot to 630be430df9d10a923d2da5f3be067c75943420a. Fixes: https://github.com/flutter/flutter/issues/83043 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1265f14a74451..fd2fe1040e8ab 100644 --- a/DEPS +++ b/DEPS @@ -97,7 +97,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '300678066c63df763a632943fac3eed0512684b3', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '630be430df9d10a923d2da5f3be067c75943420a', # Fuchsia compatibility #