From 30f1bcefd0fff268aa8b9621afaebff9dd763f16 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 7 Nov 2020 04:22:02 +0200 Subject: [PATCH] seafile-client: hard dependency on python 3.9.x We need to do same for other packages to ensure that nothing will be broken if user will attempt to upgrade python package without updating dependent ones. --- packages/seafile-client/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/seafile-client/build.sh b/packages/seafile-client/build.sh index e13cc8fe6..ac65296a6 100644 --- a/packages/seafile-client/build.sh +++ b/packages/seafile-client/build.sh @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=http://seafile.com TERMUX_PKG_DESCRIPTION="Seafile is a file syncing and sharing software with file encryption and group sharing" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_VERSION=7.0.9 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://github.com/haiwen/seafile/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=f127b735e5d4cbd7e692d52eda54113f1a4ca31bd8328fbccf01a5462bbba5e8 -TERMUX_PKG_DEPENDS="ccnet, libcurl, python" +TERMUX_PKG_DEPENDS="ccnet, libcurl, python (>= 3.9.0 | << 3.9.99)" TERMUX_PKG_BREAKS="seafile-client-dev" TERMUX_PKG_REPLACES="seafile-client-dev" TERMUX_PKG_BUILD_IN_SRC=true