Files
ports/www/librewolf/files/patch-python_sites_mach.txt
T
Martin Filla f88f2d39ba www/librewolf: Update 152.0.2-1 => 152.0.4-1
Changelog:
https://www.firefox.com/en-US/firefox/152.0.3/releasenotes/
https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/

- Remove unnecessary patches and add new patches from www/firefox.

PR:		296456
Sponsored by:	UNIS Labs
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
MFH:		2026Q2
2026-07-02 23:24:11 +03:00

32 lines
1.6 KiB
Plaintext

commit 4ae638d5bbcaa34f67b316bc79eb9c1fe14ec362
Author: Christoph Moench-Tegeder <cmt@FreeBSD.org>
Date: Tue Jun 9 21:44:59 2026 +0200
avoid problems with python modules in mach
diff --git python/sites/mach.txt python/sites/mach.txt
index 8f4aa95dbd04..045c15136680 100644
--- python/sites/mach.txt
+++ python/sites/mach.txt
@@ -58,15 +58,15 @@ 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==67.3.2:telemetry will not be collected
-pypi-optional:orjson>=3.10:json operations will be slower in various tools
+# pypi-optional:orjson>=3.10:json operations will be slower in various tools
# 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:telemetry will be missing some data
-pypi-optional:rtoml>=0.11.0:toml operations will be slower in various tools
-pypi-optional:zstandard>=0.11.1,<=0.25.0:zstd archives will not be possible to extract
-vendored-fallback:pyyaml:third_party/python/pyyaml/lib/:faster native loading is disabled
+# pypi-optional:psutil>=5.4.2:telemetry will be missing some data
+# pypi-optional:rtoml>=0.11.0:toml operations will be slower in various tools
+# pypi-optional:zstandard>=0.11.1,<=0.25.0:zstd archives will not be possible to extract
+vendored:pyyaml:third_party/python/pyyaml/lib/
vendored:third_party/python/ansicon
vendored:third_party/python/appdirs
vendored:third_party/python/async_timeout