pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hamcrest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 28 14:18:41 UTC 2022

Modified Files:
        pkgsrc/devel/py-hamcrest: Makefile

Log Message:
py-hamcrest: add missing dependency on py-setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hamcrest/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hamcrest/Makefile
diff -u pkgsrc/devel/py-hamcrest/Makefile:1.3 pkgsrc/devel/py-hamcrest/Makefile:1.4
--- pkgsrc/devel/py-hamcrest/Makefile:1.3       Sun Nov 27 10:41:35 2022
+++ pkgsrc/devel/py-hamcrest/Makefile   Mon Nov 28 14:18:41 2022
@@ -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
 



Home | Main Index | Thread Index | Old Index