From 7cc6dd59f1737f70f953a858c347669404e50794 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Wed, 7 Dec 2022 20:19:30 -0600 Subject: [PATCH] firefox: remove upper limit on system python-psutil Closes #130 --- extra/firefox/build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extra/firefox/build b/extra/firefox/build index 362f91a6..5554f8b3 100755 --- a/extra/firefox/build +++ b/extra/firefox/build @@ -7,6 +7,11 @@ done sed '/UNZIP/d' toolkit/moz.configure > _ mv -f _ toolkit/moz.configure +# Remove upper limit on psutil for those encountering build errors when using +# the python-psutil package in the community repo. +sed 's/psutil>=5\.4\.2,<=5\.8\.0/psutil>=5\.4\.2/g' python/sites/mach.txt > _ +mv -f _ python/sites/mach.txt + # If using libc++, CXXSTDLIB needs to be set manually. case $("$CC" -print-file-name=libc++.so) in */*) export CXXSTDLIB=c++