Partial revert "Python3: enable pip and included setuptools"

This reverts commit 45e3a30dd82369fa96618354f15b2a8192ac8737.
This commit is contained in:
Rudi Heitbaum 2023-09-04 09:48:19 +00:00
parent b44df32fb9
commit 3484ce7e2b

View File

@ -103,9 +103,8 @@ post_make_host() {
post_makeinstall_host() {
ln -sf ${PKG_PYTHON_VERSION} ${TOOLCHAIN}/bin/python
${TOOLCHAIN}/bin/python -m ensurepip --altinstall
rm -f ${TOOLCHAIN}/bin/smtpd.py*
rm -f ${TOOLCHAIN}/bin/pyvenv
rm -f ${TOOLCHAIN}/bin/pydoc*
rm -fr ${PKG_BUILD}/.${HOST_NAME}/build/temp.*