2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

firefox: remove upper limit on system python-psutil

Closes #130
This commit is contained in:
Owen Rafferty 2022-12-07 20:19:30 -06:00
parent 8aea9c4e6f
commit 7cc6dd59f1
No known key found for this signature in database

View File

@ -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++