pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-pygal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 15:11:59 UTC 2022

Modified Files:
        pkgsrc/graphics/py-pygal: Makefile

Log Message:
py-pygall: py-test-runner is needed at setup time


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-pygal/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-pygal/Makefile
diff -u pkgsrc/graphics/py-pygal/Makefile:1.15 pkgsrc/graphics/py-pygal/Makefile:1.16
--- pkgsrc/graphics/py-pygal/Makefile:1.15      Wed Nov  2 10:57:29 2022
+++ pkgsrc/graphics/py-pygal/Makefile   Mon Nov 14 15:11:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/11/02 10:57:29 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/11/14 15:11:59 wiz Exp $
 
 DISTNAME=      pygal-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pyquery-[0
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index