Pin setuptools to ^58.0 in installer

This commit is contained in:
jo 2021-10-14 15:20:36 +02:00
parent 6081dc161b
commit 67db856fd8
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@ verbose "Detected Python version: $python_version"
pip_cmd="$python_bin -m pip"
verbose "\n * Installing necessary python services..."
loudCmd "$pip_cmd install setuptools --upgrade"
loudCmd "$pip_cmd install --upgrade setuptools~=58.0"
# Required here because PyGObject requires it, but it is installed after PyGObject
# when pip parses the setup.py file in airtime_analyzer
loudCmd "$pip_cmd install pycairo==1.19.1"