Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-u2f security/py-u2f: Mark test dependencie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77435b3b514d
branches:  trunk
changeset: 437152:77435b3b514d
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Mon Aug 17 20:59:31 2020 +0000

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

diffstat:

 security/py-u2f/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 7e2d7f093d23 -r 77435b3b514d security/py-u2f/Makefile
--- a/security/py-u2f/Makefile  Mon Aug 17 20:57:44 2020 +0000
+++ b/security/py-u2f/Makefile  Mon Aug 17 20:59:31 2020 +0000
@@ -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 @@
 
 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