Fri Mar 21 23:39:28 2014 UTC ()
Fix dependency pattern.


(gdt)
diff -r1.3 -r1.4 pkgsrc/security/py-cryptography/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/security/py-cryptography/Makefile (expand / switch to context diff)
--- pkgsrc/security/py-cryptography/Makefile 2014/03/21 22:04:19 1.3
+++ pkgsrc/security/py-cryptography/Makefile 2014/03/21 23:39:28 1.4
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/03/21 22:04:19 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/21 23:39:28 gdt Exp $
 
 DISTNAME=	cryptography-0.2.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 DEPENDS+=	${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 BUILD_DEPENDS+=	${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
-BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=0.8:../../devel/py-test
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pytest>=0.8:../../devel/py-test
 
 do-test:
 	cd ${WRKSRC} && py.test-${PYVERSSUFFIX}