pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jaraco.context py-jaraco.context: add missing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02b8640ed12b
branches:  trunk
changeset: 388146:02b8640ed12b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 14:37:35 2022 +0000

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

diffstat:

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

diffs (19 lines):

diff -r 5b2a80702ce7 -r 02b8640ed12b devel/py-jaraco.context/Makefile
--- a/devel/py-jaraco.context/Makefile  Mon Nov 14 14:36:22 2022 +0000
+++ b/devel/py-jaraco.context/Makefile  Mon Nov 14 14:37:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/06 18:12:59 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/14 14:37:35 wiz Exp $
 
 DISTNAME=      jaraco.context-4.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@
 COMMENT=       Context managers
 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
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index