pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug 25 20:02:05 UTC 2017

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

Log Message:
Add missing build dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-forked/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-forked/Makefile
diff -u pkgsrc/devel/py-test-forked/Makefile:1.1 pkgsrc/devel/py-test-forked/Makefile:1.2
--- pkgsrc/devel/py-test-forked/Makefile:1.1    Mon Aug 14 19:46:10 2017
+++ pkgsrc/devel/py-test-forked/Makefile        Fri Aug 25 20:02:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/08/14 19:46:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/25 20:02:04 joerg Exp $
 
 DISTNAME=      pytest-forked-0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,6 +11,7 @@ COMMENT=      Run tests in isolated forked su
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 USE_LANGUAGES=         # none
 



Home | Main Index | Thread Index | Old Index