pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-mock BUILD_DEPEND on setuptools_scm for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c911aeb1806
branches:  trunk
changeset: 361040:1c911aeb1806
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 14 07:13:51 2017 +0000

description:
BUILD_DEPEND on setuptools_scm for joerg.

diffstat:

 devel/py-test-mock/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f24c16ab06a5 -r 1c911aeb1806 devel/py-test-mock/Makefile
--- a/devel/py-test-mock/Makefile       Fri Apr 14 07:03:51 2017 +0000
+++ b/devel/py-test-mock/Makefile       Fri Apr 14 07:13:51 2017 +0000
@@ -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 @@
 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