29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From cac2a2962d2461e5a8969bb08d02bacd545e52cf Mon Sep 17 00:00:00 2001
|
|
From: wk333 <13474090681@163.com>
|
|
Date: Mon, 27 Feb 2023 20:09:10 +0800
|
|
Subject: [PATCH 1/1] disable glean-sdk,psutil,zstandard
|
|
|
|
---
|
|
python/sites/mach.txt | 8 --------
|
|
1 file changed, 8 deletions(-)
|
|
|
|
diff --git a/python/sites/mach.txt b/python/sites/mach.txt
|
|
index 6547ee5..cd66ba1 100644
|
|
--- a/python/sites/mach.txt
|
|
+++ b/python/sites/mach.txt
|
|
@@ -127,11 +127,3 @@ pth:tools/moztreedocs
|
|
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==44.1.1: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.8.0:telemetry will be missing some data
|
|
-pypi-optional:zstandard>=0.11.1,<=0.17.0:zstd archives will not be possible to extract
|
|
--
|
|
2.27.0
|
|
|