mirror of https://github.com/python/cpython
gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)
This commit is contained in:
parent
4e04393b2f
commit
78cac520c3
|
@ -67,7 +67,6 @@ def extract_pip_files(ns):
|
||||||
"--no-color",
|
"--no-color",
|
||||||
"install",
|
"install",
|
||||||
"pip",
|
"pip",
|
||||||
"setuptools",
|
|
||||||
"--upgrade",
|
"--upgrade",
|
||||||
"--target",
|
"--target",
|
||||||
str(dest),
|
str(dest),
|
||||||
|
|
Loading…
Reference in New Issue