pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 14 07:13:51 UTC 2017

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

Log Message:
BUILD_DEPEND on setuptools_scm for joerg.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-mock/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-mock/Makefile
diff -u pkgsrc/devel/py-test-mock/Makefile:1.2 pkgsrc/devel/py-test-mock/Makefile:1.3
--- pkgsrc/devel/py-test-mock/Makefile:1.2      Wed Apr  5 11:18:32 2017
+++ pkgsrc/devel/py-test-mock/Makefile  Fri Apr 14 07:13:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/04/05 11:18:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/04/14 07:13:51 wiz Exp $
 
 DISTNAME=      pytest-mock-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,6 +12,7 @@ COMMENT=      Thin-wrapper around the mock pa
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 .include "../../lang/python/pyversion.mk"
 



Home | Main Index | Thread Index | Old Index