summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2016-05-18 12:01:53 +0000
committerhe <he@pkgsrc.org>2016-05-18 12:01:53 +0000
commitf58a03e9fcfc625c647011f8c21fd3e437ca0e50 (patch)
tree415352242814bc135adb56f93b1534a431921eee /security
parentf05f94f7757349f8ef811f580efd2fd2d1440246 (diff)
downloadpkgsrc-f58a03e9fcfc625c647011f8c21fd3e437ca0e50.tar.gz
Add missing dependency on py-cryptography. Without this, usage fails
with "ImportError: No module named cryptography.hazmat.backends" from paramiko/transport.py.
Diffstat (limited to 'security')
-rw-r--r--security/py-paramiko/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index 9e2707965d2..30c13d66cae 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/10/03 22:54:17 rodent Exp $
+# $NetBSD: Makefile,v 1.25 2016/05/18 12:01:53 he Exp $
DISTNAME= paramiko-1.15.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= SSH2 protocol library
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto
+DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.11:../../security/py-ecdsa
PYDISTUTILSPKG= yes