Revert "xcb-proto: Have python-xcbgen depend on python"

This reverts commit 878774b136.

Turns out that this breaks build of some package.
This commit is contained in:
Tee KOBAYASHI 2023-02-17 15:39:43 +09:00
parent f4cb7dfa78
commit 5bec5a66ff
2 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@ TERMUX_PKG_DESCRIPTION="XML-XCB protocol descriptions"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.15.2
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
TERMUX_PKG_PLATFORM_INDEPENDENT=true
@ -14,6 +14,3 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
PYTHON=python${TERMUX_PYTHON_VERSION}
am_cv_python_pythondir=$TERMUX_PYTHON_HOME/site-packages
"
# Without this python-xcbgen cannot depend on python due to circular dependency.
TERMUX_PKG_ANTI_BUILD_DEPENDS="python"

View File

@ -1,5 +1,5 @@
TERMUX_SUBPKG_INCLUDE="lib/python*"
TERMUX_SUBPKG_DESCRIPTION="The xcbgen Python module"
TERMUX_SUBPKG_DEPENDS="python"
# Cannot depend on python due to circular dependency.
TERMUX_SUBPKG_BREAKS="xcb-proto (<< 1.15.2)"
TERMUX_SUBPKG_REPLACES="xcb-proto (<< 1.15.2)"