~alpine/aports

testing/py3-tasklib: add dependencies to py3-tz and py3-tzlocal v1 APPLIED

Edd Salkield: 1
 testing/py3-tasklib: add dependencies to py3-tz and py3-tzlocal

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4035/mbox | git am -3
Learn more about email & git

[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