aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-04-23 06:46:22 +0000
committerCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-04-23 06:46:22 +0000
commit4fc05328fc0d8f3e14268b25d64577f76dd0bc98 (patch)
tree00173adb06d54e81c9dec2fe14613224231f1f3e
parent241bfcda91e4125d8d766cf929db6a970a720e24 (diff)
community/nihtest: add py3-dateutil to dependsHEADmaster
-rw-r--r--community/nihtest/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/nihtest/APKBUILD b/community/nihtest/APKBUILD
index c86626abda2..9dbce00e219 100644
--- a/community/nihtest/APKBUILD
+++ b/community/nihtest/APKBUILD
@@ -1,11 +1,12 @@
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=nihtest
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Testing tool for command line utilities"
url="https://github.com/nih-at/nihtest"
arch="noarch"
license="BSD-3-Clause"
+depends="py3-dateutil"
makedepends="
py3-gpep517
py3-setuptools