forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.vpython3
More file actions
69 lines (67 loc) · 1.63 KB
/
.vpython3
File metadata and controls
69 lines (67 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This is the list of all the required packages for zephyr tools.
# It doesn't include everything in scripts/requirements.txt only
# the packages that have been discovered as actually being necessary.
python_version: "3.8"
wheel: <
name: "infra/python/wheels/anytree-py2_py3"
version: "version:2.8.0"
>
wheel: <
name: "infra/python/wheels/colorama-py3"
version: "version:0.4.1"
>
wheel: <
name: "infra/python/wheels/docopt-py2_py3"
version: "version:0.6.2"
>
wheel: <
name: "infra/python/wheels/ply-py2_py3"
version: "version:3.11"
>
wheel: <
name: "infra/python/wheels/psutil/${vpython_platform}"
version: "version:5.8.0.chromium.3"
>
wheel: <
name: "infra/python/wheels/pykwalify-py2_py3"
version: "version:1.8.0"
>
wheel: <
name: "infra/python/wheels/pyserial-py2_py3"
version: "version:3.4"
>
wheel: <
name: "infra/python/wheels/python-dateutil-py2_py3"
version: "version:2.8.1"
>
wheel: <
name: "infra/python/wheels/pyyaml-py3"
version: "version:5.3.1"
>
wheel: <
name: "infra/python/wheels/ruamel_yaml_clib/${vpython_platform}"
version: "version:0.2.6"
>
wheel: <
name: "infra/python/wheels/ruamel_yaml-py3"
version: "version:0.17.16"
>
wheel: <
name: "infra/python/wheels/six-py2_py3"
version: "version:1.16.0"
>
wheel: <
name: "infra/python/wheels/packaging-py2_py3"
version: "version:16.8"
>
wheel: <
name: "infra/python/wheels/pyparsing-py2_py3"
version: "version:2.4.7"
>
wheel: <
name: "infra/python/wheels/pyelftools-py2_py3"
version: "version:0.29"
>