File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,6 @@ tar -xf Python-${PYTHON_VERSION}.tar.xz
51
51
PIP_WHEEL=" ${ROOT} /pip-${PIP_VERSION} -py3-none-any.whl"
52
52
SETUPTOOLS_WHEEL=" ${ROOT} /setuptools-${SETUPTOOLS_VERSION} -py3-none-any.whl"
53
53
54
- # pip and setuptools don't properly handle the case where the current executable
55
- # isn't dynamic. This is tracked by https://github.com/pypa/pip/issues/6543.
56
- # We need to patch both.
57
- #
58
- # Ideally we'd do this later in the build. However, since we use the pip
59
- # wheel to bootstrap itself, we need to patch the wheel before it is used.
60
- #
61
- # Wheels are zip files. So we simply unzip, patch, and rezip.
62
- mkdir pip-tmp
63
- pushd pip-tmp
64
- unzip " ${PIP_WHEEL} "
65
- rm -f " ${PIP_WHEEL} "
66
-
67
- zip -r " ${PIP_WHEEL} " *
68
- popd
69
- rm -rf pip-tmp
70
-
71
54
cat Setup.local
72
55
mv Setup.local Python-${PYTHON_VERSION} /Modules/Setup.local
73
56
You can’t perform that action at this time.
0 commit comments