diff options
| author | Martin Filla <freebsd@sysctl.cz> | 2025-05-02 02:23:25 +0300 | 
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-05-02 02:54:40 +0300 | 
| commit | 7ca5aa9bba4e8ff9dc0082917c89e06da293f242 (patch) | |
| tree | d8dd81a0c132ed4eaa4b9634b98e5dd416a8cb97 /www/librewolf/files/patch-python_sites_mach.txt | |
| parent | cad/netgen: Update to 6.2.2501 and improve. (diff) | |
www/librewolf: Update 137.0.2-1 => 138.0-1
Changelog:
https://www.mozilla.org/en-US/firefox/138.0/releasenotes/
PR:	286514
MFH:	2025Q2
Diffstat (limited to 'www/librewolf/files/patch-python_sites_mach.txt')
| -rw-r--r-- | www/librewolf/files/patch-python_sites_mach.txt | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/www/librewolf/files/patch-python_sites_mach.txt b/www/librewolf/files/patch-python_sites_mach.txt new file mode 100644 index 000000000000..dc2caf9bdfc6 --- /dev/null +++ b/www/librewolf/files/patch-python_sites_mach.txt @@ -0,0 +1,18 @@ +commit 10ee367cbe7ff5a19acfcfe3bfb75a49671e4132 +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> + +    bump psutil (same as ports) +     +    5.9.x breaks mach + +diff --git python/sites/mach.txt python/sites/mach.txt +index 6e3db1c848f7..10ba12c2f13b 100644 +--- python/sites/mach.txt ++++ python/sites/mach.txt +@@ -108,5 +108,5 @@ pypi-optional:glean-sdk==63.1.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:psutil>=5.4.2,<=7.0.0:telemetry will be missing some data + pypi-optional:zstandard>=0.11.1,<=0.23.0:zstd archives will not be possible to extract | 
