Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F01127817C3 for ; Mon, 18 Apr 2022 11:04:52 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salkield.uk; s=key1; t=1650279892; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Nrbbu0+lRtSD3EsFuaq8o4b+4mKFEUrXv0b5tjigiAU=; b=gpjNSqokVyt0L182lQZXCzCfkbN1NSJFmkylrUCq12OoVbxo4t7RxIK+2bc6JIEkey6Z9W zIXMrgm9guRFgKg7+JBYlwEkcv6P4rP80mbIG7ZUtUr3oLus/dKX1uvzrTJIWqMugsBfH3 uYk9vdHbFfv2ioegEjB4r5n8dRxXE1o= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH] testing/py3-tasklib: add dependencies to py3-tz and py3-tzlocal Date: Mon, 18 Apr 2022 12:04:31 +0100 Message-Id: <20220418110430.6683-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: salkield.uk --- testing/py3-tasklib/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-tasklib/APKBUILD b/testing/py3-tasklib/APKBUILD index 5ec639bfe4..f44c1f9e84 100644 --- a/testing/py3-tasklib/APKBUILD +++ b/testing/py3-tasklib/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Edd Salkield pkgname=py3-tasklib pkgver=2.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="A Python library for interacting with taskwarrior databases" url="https://github.com/GothenburgBitFactory/tasklib" arch="noarch" license="BSD-3-Clause" -depends="python3 task" +depends="python3 task py3-tz py3-tzlocal" makedepends="py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://github.com/GothenburgBitFactory/tasklib/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/tasklib-$pkgver" -- 2.35.1