[Python-checkins] gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)

zooba webhook-mailer at python.org
Tue Apr 18 12:47:34 EDT 2023


https://github.com/python/cpython/commit/78cac520c34b133ba32665e601adbc794282f4b7
commit: 78cac520c34b133ba32665e601adbc794282f4b7
branch: main
author: Steve Dower <steve.dower at python.org>
committer: zooba <steve.dower at microsoft.com>
date: 2023-04-18T17:47:08+01:00
summary:

gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)

files:
M PC/layout/support/pip.py

diff --git a/PC/layout/support/pip.py b/PC/layout/support/pip.py
index c54acb250a25..0a6582acf348 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),



More information about the Python-checkins mailing list