pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL Depends on six itself as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac3603a6d0f3
branches:  trunk
changeset: 632253:ac3603a6d0f3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 21 13:34:59 2014 +0000

description:
Depends on six itself as well.
Thanks, gdt.

diffstat:

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

diffs (19 lines):

diff -r d2b2757d9e52 -r ac3603a6d0f3 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Fri Mar 21 13:23:27 2014 +0000
+++ b/security/py-OpenSSL/Makefile      Fri Mar 21 13:34:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/03/21 13:23:27 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2014/03/21 13:34:59 wiz Exp $
 
 DISTNAME=      pyOpenSSL-0.14
 PKGREVISION=   1
@@ -11,7 +11,8 @@
 COMMENT=       Python interface to the OpenSSL library
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.2.1:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
 
 .include "../../lang/python/egg.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index