summaryrefslogtreecommitdiff
path: root/security/py-cryptography
diff options
context:
space:
mode:
authorgdt <gdt>2014-03-21 23:39:28 +0000
committergdt <gdt>2014-03-21 23:39:28 +0000
commit096dfd69cc72902dbf781089f0e4922e4a992580 (patch)
tree7baefcf90636db6fbe32d3138c8891eb6a1b8af7 /security/py-cryptography
parent566414c09c696cb93c98a28f2d84d446d84f7db5 (diff)
downloadpkgsrc-096dfd69cc72902dbf781089f0e4922e4a992580.tar.gz
Fix dependency pattern.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r--security/py-cryptography/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index e759ec20aa2..dfdaca0b8be 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -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}-cffi>=0.8:../../devel/py-cffi
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}