summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-03-21 13:19:02 +0000
committergdt <gdt@pkgsrc.org>2014-03-21 13:19:02 +0000
commitdd831a7277cb9b3a68bff97e66736daacf3fc39f (patch)
tree1d5cec034880ad0a0f6b5d455f826980d09269e2 /security
parent4fb35f03253bedf8b10ba81cb81ff76f3c0e7e3a (diff)
downloadpkgsrc-dd831a7277cb9b3a68bff97e66736daacf3fc39f.tar.gz
Depend on py-six.
py-OpenSSL 0.14 started depending on six, but this package didn't, so "import OpenSSL" failed. Confusingly, this led to build failures in tahoe-lafs because somehow setuptools determined six was needed and tried to download it. After this commit, "make test" in py-OpenSSL still fails; it tries to download "cryptography" and "cffi".
Diffstat (limited to 'security')
-rw-r--r--security/py-OpenSSL/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index 8b091e719a1..47b7bb85392 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2014/02/24 11:47:03 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2014/03/21 13:19:02 gdt Exp $
DISTNAME= pyOpenSSL-0.14
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= security python
MASTER_SITES= http://pypi.python.org/packages/source/p/pyOpenSSL/
@@ -10,6 +11,8 @@ HOMEPAGE= https://launchpad.net/pyopenssl/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"