pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptography Add more test dependencies. B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b75c29bfcbe
branches:  trunk
changeset: 632562:4b75c29bfcbe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 13:42:29 2014 +0000

description:
Add more test dependencies. Bump PKGREVISION.

diffstat:

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

diffs (24 lines):

diff -r 693121993c39 -r 4b75c29bfcbe security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Mon Mar 31 13:26:31 2014 +0000
+++ b/security/py-cryptography/Makefile Mon Mar 31 13:42:29 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/03/22 00:07:20 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/31 13:42:29 wiz Exp $
 
 DISTNAME=      cryptography-0.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security python
 MASTER_SITES=  https://pypi.python.org/packages/source/c/cryptography/
 
@@ -14,6 +14,9 @@
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=0.8:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+# actually, TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index