Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-95299: Remove lingering setuptools reference in installer scripts
  • Loading branch information
zooba committed Apr 18, 2023
commit c909a078f8ca5c78b41d4e4aa8f31cc4372cfa62
1 change: 0 additions & 1 deletion PC/layout/support/pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def extract_pip_files(ns):
"--no-color",
"install",
"pip",
"setuptools",
"--upgrade",
"--target",
str(dest),
Expand Down