From 78cac520c34b133ba32665e601adbc794282f4b7 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 18 Apr 2023 17:47:08 +0100 Subject: gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613) --- PC/layout/support/pip.py | 1 - 1 file changed, 1 deletion(-) 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), -- cgit v0.12