diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-05-18 15:09:30 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-05-19 13:08:43 +0200 |
commit | 5be14ecc3cc92309637604b48bdcf249b110ac16 (patch) | |
tree | ef5f13d8e79866eda1a84c847837938c884ebb2c /python/servo/packages.py | |
parent | e09f85e17bd504a4c1c218ad14fa1a0ecbcaa839 (diff) | |
download | servo-5be14ecc3cc92309637604b48bdcf249b110ac16.tar.gz servo-5be14ecc3cc92309637604b48bdcf249b110ac16.zip |
Start organizing platform-specific Python code
This starts to split platform-specific Python code into its own module,
which should help to tidy up our mach commands and make things more
reusable.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py deleted file mode 100644 index 3b375eb2877..00000000000 --- a/python/servo/packages.py +++ /dev/null @@ -1,14 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this file, -# You can obtain one at https://mozilla.org/MPL/2.0/. - -WINDOWS_MSVC = { - "cmake": "3.14.3", - "llvm": "15.0.5", - "moztools": "3.2", - "ninja": "1.7.1", - "nuget": "08-08-2019", - "openssl": "111.3.0+1.1.1c-vs2017-2019-09-18", - "gstreamer-uwp": "1.16.0.5", - "openxr-loader-uwp": "1.0", -} |