diff options
author | wiz <wiz> | 2014-03-21 13:34:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-03-21 13:34:59 +0000 |
commit | 5dc83f42a6d6b2a6a3279fef42f45140c4c10eb9 (patch) | |
tree | cb2d32f97d3614cdd2e6279debb2d7a7ec285358 /security | |
parent | 8634d4a363b0eb482e5a5e9099327cdb95d8dfd9 (diff) | |
download | pkgsrc-5dc83f42a6d6b2a6a3279fef42f45140c4c10eb9.tar.gz |
Depends on six itself as well.
Thanks, gdt.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-OpenSSL/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index 0a945c7853e..1aaaebc4361 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -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 @@ HOMEPAGE= https://launchpad.net/pyopenssl/ 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" |