summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-06 13:09:53 +0000
committerrodent <rodent>2015-04-06 13:09:53 +0000
commit09b891c2665b0cf37cc204a26c3a57dc773d3ec9 (patch)
tree11a342f2d0de75bf175c6fbac0a99055461d81ec /security
parent36b84231b714b17f14921b15f51182b8e5f34db1 (diff)
downloadpkgsrc-09b891c2665b0cf37cc204a26c3a57dc773d3ec9.tar.gz
Looks like py-six is required outside of tests option.
Diffstat (limited to 'security')
-rw-r--r--security/py-bcrypt/Makefile3
-rw-r--r--security/py-bcrypt/options.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index 90dcdde59df..bfdb7167f47 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -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 @@ LICENSE= apache-2.0
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 --git a/security/py-bcrypt/options.mk b/security/py-bcrypt/options.mk
index 707a1add0d4..846f7722b71 100644
--- a/security/py-bcrypt/options.mk
+++ b/security/py-bcrypt/options.mk
@@ -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 @@ PKG_SUGGESTED_OPTIONS+= # blank
.if !empty(PKG_OPTIONS:Mtests)
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
.endif