pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  6 17:34:33 UTC 2017

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

Log Message:
Needs py-setuptools_scm.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-xdist/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-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.1 pkgsrc/devel/py-test-xdist/Makefile:1.2
--- pkgsrc/devel/py-test-xdist/Makefile:1.1     Mon May 29 10:38:43 2017
+++ pkgsrc/devel/py-test-xdist/Makefile Tue Jun  6 17:34:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/05/29 10:38:43 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/06 17:34:32 wiz Exp $
 
 DISTNAME=      pytest-xdist-1.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -13,6 +13,7 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.4.22:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-test>=2.7.0:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 USE_LANGUAGES=         # none
 



Home | Main Index | Thread Index | Old Index