pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-console-scripts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  9 16:58:40 UTC 2023

Modified Files:
        pkgsrc/devel/py-test-console-scripts: Makefile

Log Message:
py-test-console-scripts: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-console-scripts/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-test-console-scripts/Makefile
diff -u pkgsrc/devel/py-test-console-scripts/Makefile:1.1 pkgsrc/devel/py-test-console-scripts/Makefile:1.2
--- pkgsrc/devel/py-test-console-scripts/Makefile:1.1   Fri May  5 10:03:32 2023
+++ pkgsrc/devel/py-test-console-scripts/Makefile       Tue May  9 16:58:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/05 10:03:32 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/09 16:58:40 wiz Exp $
 
 DISTNAME=      pytest-console-scripts-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/kvas-it/pyt
 COMMENT=       Pytest plugin for testing console scripts
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-test>=4.0.0:../../devel/py-test
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index