diff options
author | Steve Dower <steve.dower@python.org> | 2023-04-18 16:47:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 16:47:08 (GMT) |
commit | 78cac520c34b133ba32665e601adbc794282f4b7 (patch) | |
tree | 9ada4f6d7bcd4f3e404488020af6965c2441499e | |
parent | 4e04393b2f64f9e44aefa436cbdac42db98d4ef0 (diff) | |
download | cpython-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.py | 1 |
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), |