[PATCH] testing/py3-tasklib: add dependencies to py3-tz and py3-tzlocal
Export this patch
---
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 <edd@salkield.uk>
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