pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-u2f



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Aug 17 20:59:31 UTC 2020

Modified Files:
        pkgsrc/security/py-u2f: Makefile

Log Message:
security/py-u2f: Mark test dependencies formally as such.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-u2f/Makefile

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

Modified files:

Index: pkgsrc/security/py-u2f/Makefile
diff -u pkgsrc/security/py-u2f/Makefile:1.2 pkgsrc/security/py-u2f/Makefile:1.3
--- pkgsrc/security/py-u2f/Makefile:1.2 Mon Aug 17 20:57:44 2020
+++ pkgsrc/security/py-u2f/Makefile     Mon Aug 17 20:59:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/08/17 20:57:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/17 20:59:31 riastradh Exp $
 
 DISTNAME=      pyu2f-0.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -13,10 +13,9 @@ LICENSE=     apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 
-# Test dependencies:
-DEPENDS+=      ${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock
-DEPENDS+=      ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs
-DEPENDS+=      ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs
+TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index