pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-tempora py-tempora: add missing tool dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d4372eb27fa
branches:  trunk
changeset: 388314:7d4372eb27fa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 16 22:54:12 2022 +0000

description:
py-tempora: add missing tool dependency

diffstat:

 time/py-tempora/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ceb4597826cf -r 7d4372eb27fa time/py-tempora/Makefile
--- a/time/py-tempora/Makefile  Wed Nov 16 20:55:58 2022 +0000
+++ b/time/py-tempora/Makefile  Wed Nov 16 22:54:12 2022 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index