diff --git a/cpython-unix/build-cpython.sh b/cpython-unix/build-cpython.sh index fd6bdc25..a6bfba2e 100755 --- a/cpython-unix/build-cpython.sh +++ b/cpython-unix/build-cpython.sh @@ -60,34 +60,6 @@ zip -r "${PIP_WHEEL}" * popd rm -rf pip-tmp -mkdir setuptools-tmp -pushd setuptools-tmp -unzip "${SETUPTOOLS_WHEEL}" -rm -f "${SETUPTOOLS_WHEEL}" - -patch -p1 <