From: Steve Dower Date: Tue, 18 Apr 2023 16:47:08 +0000 (+0100) Subject: gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613) X-Git-Tag: v3.12.0b1~513 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78cac520c34b133ba32665e601adbc794282f4b7;p=thirdparty%2FPython%2Fcpython.git gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613) --- 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),