pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-random-order



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 30 12:34:26 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-random-order: Makefile

Log Message:
py-test-random-order: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-random-order/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-random-order/Makefile
diff -u pkgsrc/devel/py-test-random-order/Makefile:1.8 pkgsrc/devel/py-test-random-order/Makefile:1.9
--- pkgsrc/devel/py-test-random-order/Makefile:1.8      Fri Jul 25 09:47:55 2025
+++ pkgsrc/devel/py-test-random-order/Makefile  Wed Jul 30 12:34:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/07/25 09:47:55 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/07/30 12:34:26 wiz Exp $
 
 DISTNAME=      pytest_random_order-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/g}
@@ -11,6 +11,7 @@ COMMENT=      Randomise the order in which py
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index