summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-04-18 16:47:08 (GMT)
committerGitHub <noreply@github.com>2023-04-18 16:47:08 (GMT)
commit78cac520c34b133ba32665e601adbc794282f4b7 (patch)
tree9ada4f6d7bcd4f3e404488020af6965c2441499e
parent4e04393b2f64f9e44aefa436cbdac42db98d4ef0 (diff)
downloadcpython-78cac520c34b133ba32665e601adbc794282f4b7.zip
cpython-78cac520c34b133ba32665e601adbc794282f4b7.tar.gz
cpython-78cac520c34b133ba32665e601adbc794282f4b7.tar.bz2
gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)
-rw-r--r--PC/layout/support/pip.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/layout/support/pip.py b/PC/layout/support/pip.py
index c54acb2..0a6582a 100644
--- a/PC/layout/support/pip.py
+++ b/PC/layout/support/pip.py
@@ -67,7 +67,6 @@ def extract_pip_files(ns):
"--no-color",
"install",
"pip",
- "setuptools",
"--upgrade",
"--target",
str(dest),