summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-11-16 22:54:12 +0000
committerwiz <wiz@pkgsrc.org>2022-11-16 22:54:12 +0000
commit008931a5ff0ab8d4510a10910752989ebb7ba617 (patch)
tree4a7519257eec893c19f1647b69e2afc4024d5a50
parent4ebb5dcdb429dcb274aa736f33283437dfa0dac1 (diff)
downloadpkgsrc-008931a5ff0ab8d4510a10910752989ebb7ba617.tar.gz
py-tempora: add missing tool dependency
-rw-r--r--time/py-tempora/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/time/py-tempora/Makefile b/time/py-tempora/Makefile
index fc703e4bb48..8753757209d 100644
--- a/time/py-tempora/Makefile
+++ b/time/py-tempora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/11/06 18:18:37 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/11/16 22:54:12 wiz Exp $
DISTNAME= tempora-5.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE= https://github.com/jaraco/tempora
COMMENT= Objects and routines pertaining to date and time
LICENSE= mit
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-jaraco.functools>=1.20:../../devel/py-jaraco.functools
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test