pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jaraco.functools py-jaraco.functools: add mis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebd583745fc1
branches:  trunk
changeset: 388154:ebd583745fc1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 15:09:33 2022 +0000

description:
py-jaraco.functools: add missing tool dependency

diffstat:

 devel/py-jaraco.functools/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 702f45ba1a60 -r ebd583745fc1 devel/py-jaraco.functools/Makefile
--- a/devel/py-jaraco.functools/Makefile        Mon Nov 14 15:08:31 2022 +0000
+++ b/devel/py-jaraco.functools/Makefile        Mon Nov 14 15:09:33 2022 +0000
@@ -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 @@
 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