pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jaraco.text py-jaraco.text: add missing to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12044e4c522f
branches:  trunk
changeset: 388315:12044e4c522f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 16 22:55:44 2022 +0000

description:
py-jaraco.text: add missing tool dependencies

diffstat:

 textproc/py-jaraco.text/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7d4372eb27fa -r 12044e4c522f textproc/py-jaraco.text/Makefile
--- a/textproc/py-jaraco.text/Makefile  Wed Nov 16 22:54:12 2022 +0000
+++ b/textproc/py-jaraco.text/Makefile  Wed Nov 16 22:55:44 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/06 18:14:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/16 22:55:44 wiz Exp $
 
 DISTNAME=      jaraco.text-3.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Module for text manipulation
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-autocommand-[0-9]*:../../misc/py-autocommand
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.context>=4.1:../../devel/py-jaraco.context
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools



Home | Main Index | Thread Index | Old Index