*/build.sh: Remove unneeded TERMUX_PKG_RM_AFTER_INSTALL

for Python module packages.

%ci:no-build
This commit is contained in:
termux-pacman-bot
2022-10-27 18:09:42 +00:00
parent a638a2f85b
commit 81d421c7ed
9 changed files with 0 additions and 54 deletions

View File

@@ -11,12 +11,6 @@ TERMUX_PKG_BUILD_IN_SRC=true
_PYTHON_VERSION=$(. $TERMUX_SCRIPTDIR/packages/python/build.sh; echo $_MAJOR_VERSION)
TERMUX_PKG_RM_AFTER_INSTALL="
lib/python${_PYTHON_VERSION}/site-packages/__pycache__
lib/python${_PYTHON_VERSION}/site-packages/easy-install.pth
lib/python${_PYTHON_VERSION}/site-packages/site.py
"
termux_step_pre_configure() {
termux_setup_rust