| # vpython config for webkitpy |
| # |
| # This file lists Python dependencies that are required by files |
| # in this directory and below. See vpython docs at: |
| # https://github.com/luci/luci-go/tree/master/vpython |
| |
| python_version: "2.7" |
| |
| # The Android port in webkitpy.layout depends on devil.android, |
| # which depends on psutil. |
| |
| wheel: < |
| name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" |
| version: "version:5.2.2" |
| > |
| |
| # On Windows, webkitpy.layout_tests.port.server_process depends on |
| # win32pipe and win32file, which are provided by pywin32. |
| |
| wheel: < |
| name: "infra/python/wheels/pywin32/${platform}_${py_python}" |
| version: "version:219" |
| match_tag: < |
| platform: "win32" |
| > |
| match_tag: < |
| platform: "win_amd64" |
| > |
| > |