libsixel: Remove Python-related configurations

Python library integration is not installed by default.

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-10-28 03:39:52 +09:00
parent 0435c682eb
commit 3da46b2499
1 changed files with 1 additions and 6 deletions

View File

@ -14,10 +14,5 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dgdk-pixbuf2=enabled
-Dgd=enabled
-Dlibcurl=enabled
-Dpython2=disabled
"
termux_step_pre_configure() {
export PYTHON_VERSION=$(. $TERMUX_SCRIPTDIR/packages/python/build.sh; echo $_MAJOR_VERSION)
export PYTHON=python$PYTHON_VERSION
TERMUX_PKG_RM_AFTER_INSTALL="lib/${PYTHON}/site-packages/libsixel/__pycache__"
}