Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0a0743a

Browse files
committed
Update buildroot and use vpython
1 parent 56f7ec4 commit 0a0743a

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

tools/fuchsia/.vpython

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
wheel: <
2+
name: "infra/python/wheels/pyyaml/${vpython_platform}"
3+
version: "version:3.12"
4+
>

tools/fuchsia/.vpython3

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python_version: "3.8"
2+
wheel: <
3+
name: "infra/python/wheels/pyyaml-py3"
4+
version: "version:5.3.1"
5+
>

tools/fuchsia/dart/gen_dart_package_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.8
1+
#!/usr/bin/env vpython3
22
# Copyright 2013 The Flutter Authors. All rights reserved.
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.

tools/fuchsia/sdk/find_dart_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env vpython3
22
#
33
# Copyright 2013 The Flutter Authors. All rights reserved.
44
# Use of this source code is governed by a BSD-style license that can be

0 commit comments

Comments
 (0)