pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-bcrypt Add missing dependency for the cffi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b97f66c02792
branches:  trunk
changeset: 641344:b97f66c02792
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 04 21:41:20 2014 +0000

description:
Add missing dependency for the cffi use.

diffstat:

 security/py-bcrypt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 79dab0086367 -r b97f66c02792 security/py-bcrypt/Makefile
--- a/security/py-bcrypt/Makefile       Tue Nov 04 21:40:48 2014 +0000
+++ b/security/py-bcrypt/Makefile       Tue Nov 04 21:41:20 2014 +0000
@@ -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 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
+DEPENDS+=      ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index