summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-04 10:25:08 +0000
committerwiz <wiz@pkgsrc.org>2015-01-04 10:25:08 +0000
commit2557238de765985a43a6bf8486cb6a331bf9968d (patch)
treeb86d5a865ab7a6cf3ad1643208dd4385e0010834 /security
parentcc39cbd9cb155e67deb299207e631776b8e476af (diff)
downloadpkgsrc-2557238de765985a43a6bf8486cb6a331bf9968d.tar.gz
Add missing py-asn1 dependency causing build breakage.
XXX: No idea why I missed that when updating the package.
Diffstat (limited to 'security')
-rw-r--r--security/py-cryptography/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 7ccbf5dcb69..19e0096621a 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/01/03 16:00:55 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/04 10:25:08 wiz Exp $
DISTNAME= cryptography-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/cryptography/
COMMENT= Cryptographic recipes and primitives for Python
LICENSE= apache-2.0 OR modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six