blob: 9a086bffdfe417f3b3c7e7bc0081c8082486cec0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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.
#
# vpython VirtualEnv protobuf for "zephyr_to_resultdb.py".
#
# Dependencies needed to run zephyr_to_resultdb.py in
# infra/recipes/recipes/build_firmware.py
#
# For info on this file, see:
# https://chromium.googlesource.com/infra/infra/+/HEAD/doc/users/vpython.md#available-wheels
#
python_version: "3.8"
wheel: <
name: "infra/python/wheels/requests-py2_py3"
version: "version:2.13.0"
>
|