Skip to content

Commit 1e88676

Browse files
committed
setuptools
1 parent a19223d commit 1e88676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function install_python {
2323

2424
# this will add pip systemlink to pip${PYTHON_MAJOR_VERSION}
2525
python -m pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org
26-
python -m pip install --no-cache-dir awscli boto3 requests setuptools>70.0.0
26+
python -m pip install --no-cache-dir awscli boto3 requests setuptools>=78.1.1
2727
}
2828

2929
# idiomatic parameter and option handling in sh

0 commit comments

Comments
 (0)