mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-21 03:55:27 +00:00
Fix wording of comment
This commit is contained in:
parent
4078527ec9
commit
03a4988346
@ -43,7 +43,7 @@ export PIP_FIND_LINKS="file://${WHEELHOUSE_PATH}"
|
||||
# install setuptools properly.
|
||||
"${PIP}" install --upgrade pip
|
||||
|
||||
# setuptools 45 is requires Python 3.5 or newer. Even though we upgraded pip
|
||||
# setuptools 45 requires Python 3.5 or newer. Even though we upgraded pip
|
||||
# above, it may still not be able to get us a compatible version unless we
|
||||
# explicitly ask for one.
|
||||
"${PIP}" install --upgrade setuptools==44.0.0 wheel
|
||||
|
Loading…
Reference in New Issue
Block a user