pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hamcrest py-hamcrest: add missing dependency ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfbe9c2a61cd
branches:  trunk
changeset: 388978:cfbe9c2a61cd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 28 14:18:41 2022 +0000

description:
py-hamcrest: add missing dependency on py-setuptools_scm

diffstat:

 devel/py-hamcrest/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ab309a705b63 -r cfbe9c2a61cd devel/py-hamcrest/Makefile
--- a/devel/py-hamcrest/Makefile        Mon Nov 28 14:14:06 2022 +0000
+++ b/devel/py-hamcrest/Makefile        Mon Nov 28 14:18:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/11/27 10:41:35 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/11/28 14:18:41 wiz Exp $
 
 DISTNAME=      pyhamcrest-2.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^pyh/h/}
@@ -12,6 +12,7 @@
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 



Home | Main Index | Thread Index | Old Index