summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-11-28 14:18:41 +0000
committerwiz <wiz@pkgsrc.org>2022-11-28 14:18:41 +0000
commit664a4c8332176cce72dcd12b869c511d7a1ce70c (patch)
tree075935b49053a6591921b4e9ed42548111ac7734 /devel
parentd6f1fd892424889f78471851efdb960d710ced25 (diff)
downloadpkgsrc-664a4c8332176cce72dcd12b869c511d7a1ce70c.tar.gz
py-hamcrest: add missing dependency on py-setuptools_scm
Diffstat (limited to 'devel')
-rw-r--r--devel/py-hamcrest/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-hamcrest/Makefile b/devel/py-hamcrest/Makefile
index 38e6a7048c2..e4be0c7f47b 100644
--- a/devel/py-hamcrest/Makefile
+++ b/devel/py-hamcrest/Makefile
@@ -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 @@ LICENSE= modified-bsd
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