pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jaraco.itertools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 16 22:57:02 UTC 2022

Modified Files:
        pkgsrc/devel/py-jaraco.itertools: Makefile

Log Message:
py-jaraco.itertools: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-jaraco.itertools/Makefile

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

Modified files:

Index: pkgsrc/devel/py-jaraco.itertools/Makefile
diff -u pkgsrc/devel/py-jaraco.itertools/Makefile:1.4 pkgsrc/devel/py-jaraco.itertools/Makefile:1.5
--- pkgsrc/devel/py-jaraco.itertools/Makefile:1.4       Sun Nov  6 18:43:30 2022
+++ pkgsrc/devel/py-jaraco.itertools/Makefile   Wed Nov 16 22:57:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/11/06 18:43:30 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/16 22:57:02 wiz Exp $
 
 DISTNAME=      jaraco.itertools-6.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Additional itertools in the spirit of stdlib's itertools
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-inflect-[0-9]*:../../lang/py-inflect
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools
 



Home | Main Index | Thread Index | Old Index