pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 15:09:34 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jaraco.functools/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.functools/Makefile
diff -u pkgsrc/devel/py-jaraco.functools/Makefile:1.7 pkgsrc/devel/py-jaraco.functools/Makefile:1.8
--- pkgsrc/devel/py-jaraco.functools/Makefile:1.7       Sun Nov  6 18:16:40 2022
+++ pkgsrc/devel/py-jaraco.functools/Makefile   Mon Nov 14 15:09:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/11/06 18:16:40 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/14 15:09:33 wiz Exp $
 
 DISTNAME=      jaraco.functools-3.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Additional functools in the spirit of stdlib's functools
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index