firefox/disable-glean-sdk,psutil,zstandard.patch
wk333 c128f5d14a Update to 115.9.0
(cherry picked from commit 401cdcaa39c8a6d560db96453c49e926c6bc8179)
2024-03-21 09:20:49 +08:00

15 lines
787 B
Diff

--- firefox-115.4.0/python/sites/mach.txt 2023-10-17 10:48:58.000000000 +0800
+++ firefox-115.4.0/python/sites/mach.txt 2023-11-15 11:10:22.840955542 +0800
@@ -135,11 +135,3 @@
pth:xpcom/ds/tools
pth:xpcom/geckoprocesstypes_generator
pth:xpcom/idl-parser
-# glean-sdk may not be installable if a wheel isn't available
-# and it has to be built from source.
-pypi-optional:glean-sdk==52.7.0:telemetry will not be collected
-# Mach gracefully handles the case where `psutil` is unavailable.
-# We aren't (yet) able to pin packages in automation, so we have to
-# support down to the oldest locally-installed version (5.4.2).
-pypi-optional:psutil>=5.4.2,<=5.9.4:telemetry will be missing some data
-pypi-optional:zstandard>=0.11.1,<=0.22.0:zstd archives will not be possible to extract