pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-ligotimegps



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Oct  1 19:02:12 UTC 2017

Modified Files:
        pkgsrc/time/py-ligotimegps: Makefile

Log Message:
Needs pytest-runner.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-ligotimegps/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-ligotimegps/Makefile
diff -u pkgsrc/time/py-ligotimegps/Makefile:1.1 pkgsrc/time/py-ligotimegps/Makefile:1.2
--- pkgsrc/time/py-ligotimegps/Makefile:1.1     Fri Sep 29 08:47:53 2017
+++ pkgsrc/time/py-ligotimegps/Makefile Sun Oct  1 19:02:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 08:47:53 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/01 19:02:12 joerg Exp $
 
 DISTNAME=      ligotimegps-1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ LICENSE=      gnu-lgpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index