pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-randomly



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 20 16:07:57 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-randomly: Makefile

Log Message:
py-test-randomly: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-randomly/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-randomly/Makefile
diff -u pkgsrc/devel/py-test-randomly/Makefile:1.12 pkgsrc/devel/py-test-randomly/Makefile:1.13
--- pkgsrc/devel/py-test-randomly/Makefile:1.12 Sat Oct 28 19:57:07 2023
+++ pkgsrc/devel/py-test-randomly/Makefile      Sat Jan 20 16:07:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/28 19:57:07 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/20 16:07:57 wiz Exp $
 
 DISTNAME=      pytest_randomly-3.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
@@ -11,6 +11,7 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Pytest plugin to randomly order tests and control random.seed
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index