pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 23 09:48:37 UTC 2020

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

Log Message:
py-test-xprocess: needs py-setuptools_scm during build


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-xprocess/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-xprocess/Makefile
diff -u pkgsrc/devel/py-test-xprocess/Makefile:1.3 pkgsrc/devel/py-test-xprocess/Makefile:1.4
--- pkgsrc/devel/py-test-xprocess/Makefile:1.3  Fri Feb 14 09:53:32 2020
+++ pkgsrc/devel/py-test-xprocess/Makefile      Mon Mar 23 09:48:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/02/14 09:53:32 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/23 09:48:37 tnn Exp $
 
 DISTNAME=      pytest-xprocess-0.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Pytest plugin to manage external processes across test runs
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 DEPENDS+=      ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index