pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptography Fix dependency pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7de16f2405af
branches:  trunk
changeset: 632280:7de16f2405af
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 21 23:39:28 2014 +0000

description:
Fix dependency pattern.

diffstat:

 security/py-cryptography/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da2d2648299b -r 7de16f2405af security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Fri Mar 21 22:04:28 2014 +0000
+++ b/security/py-cryptography/Makefile Fri Mar 21 23:39:28 2014 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index