summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-03-21 13:23:27 +0000
committerwiz <wiz@pkgsrc.org>2014-03-21 13:23:27 +0000
commit70ced8338382b51657da3deb3c33765ca6f9264f (patch)
tree92edf401e9aba10b8b800ce71fa9a53490c38d1c /security
parent1684d365f3931829ca21f825a9e0f8020e059a0e (diff)
downloadpkgsrc-70ced8338382b51657da3deb3c33765ca6f9264f.tar.gz
Depend on py-cryptography instead of py-six (a py-cryptography dependency,
pulled in during an attempt to autobuild it because it was missing). Ride PKGREVISION bump from a few minutes ago.
Diffstat (limited to 'security')
-rw-r--r--security/py-OpenSSL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index 47b7bb85392..0a945c7853e 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/03/21 13:19:02 gdt Exp $
+# $NetBSD: Makefile,v 1.34 2014/03/21 13:23:27 wiz Exp $
DISTNAME= pyOpenSSL-0.14
PKGREVISION= 1
@@ -11,7 +11,7 @@ HOMEPAGE= https://launchpad.net/pyopenssl/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"