pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-tempora



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 16 22:54:12 UTC 2022

Modified Files:
        pkgsrc/time/py-tempora: Makefile

Log Message:
py-tempora: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/py-tempora/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-tempora/Makefile
diff -u pkgsrc/time/py-tempora/Makefile:1.18 pkgsrc/time/py-tempora/Makefile:1.19
--- pkgsrc/time/py-tempora/Makefile:1.18        Sun Nov  6 18:18:37 2022
+++ pkgsrc/time/py-tempora/Makefile     Wed Nov 16 22:54:12 2022
@@ -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/temp
 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