summaryrefslogtreecommitdiff
path: root/security/py-bcrypt
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-11-04 21:41:20 +0000
committerjoerg <joerg@pkgsrc.org>2014-11-04 21:41:20 +0000
commitbae9e5d8ea37b0b0774fa3a33f007f4bd5d8bee3 (patch)
treee21887f47e03fd44d7efbbca5ba2aa009a3ea26a /security/py-bcrypt
parent2e6c255f67ff63f5bd72ee95841b91835bdcf7d4 (diff)
downloadpkgsrc-bae9e5d8ea37b0b0774fa3a33f007f4bd5d8bee3.tar.gz
Add missing dependency for the cffi use.
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r--security/py-bcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index f8dc7b2b52f..ea57e0d04c0 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/03 02:27:10 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/04 21:41:20 joerg Exp $
DISTNAME= bcrypt-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Modern password hashing for your software and your servers
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
+DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
.include "options.mk"