pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 13 19:14:16 UTC 2022

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

Log Message:
py-test4: py-setuptools_scm is build, not test, dependency


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test4/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-test4/Makefile
diff -u pkgsrc/devel/py-test4/Makefile:1.9 pkgsrc/devel/py-test4/Makefile:1.10
--- pkgsrc/devel/py-test4/Makefile:1.9  Fri Jul  8 14:49:28 2022
+++ pkgsrc/devel/py-test4/Makefile      Wed Jul 13 19:14:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/07/08 14:49:28 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/07/13 19:14:16 wiz Exp $
 
 DISTNAME=      pytest-4.6.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,7 +11,7 @@ HOMEPAGE=     http://pytest.org/
 COMMENT=       Python testing tool
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat



Home | Main Index | Thread Index | Old Index