pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-bcrypt Looks like py-six is required outsi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38725edcbeee
branches:  trunk
changeset: 649631:38725edcbeee
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Mon Apr 06 13:09:53 2015 +0000

description:
Looks like py-six is required outside of tests option.

diffstat:

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

diffs (32 lines):

diff -r dfe7bd087fe1 -r 38725edcbeee security/py-bcrypt/Makefile
--- a/security/py-bcrypt/Makefile       Mon Apr 06 11:25:44 2015 +0000
+++ b/security/py-bcrypt/Makefile       Mon Apr 06 13:09:53 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/04/04 21:50:51 rodent Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/06 13:09:53 rodent Exp $
 
 DISTNAME=      bcrypt-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 .include "options.mk"
 
diff -r dfe7bd087fe1 -r 38725edcbeee security/py-bcrypt/options.mk
--- a/security/py-bcrypt/options.mk     Mon Apr 06 11:25:44 2015 +0000
+++ b/security/py-bcrypt/options.mk     Mon Apr 06 13:09:53 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/04/04 21:49:17 rodent Exp $
+# $NetBSD: options.mk,v 1.3 2015/04/06 13:09:53 rodent Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-bcrypt
 PKG_SUPPORTED_OPTIONS= tests
@@ -8,5 +8,4 @@
 
 .if !empty(PKG_OPTIONS:Mtests)
 DEPENDS+=              ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-DEPENDS+=              ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 .endif



Home | Main Index | Thread Index | Old Index