diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-06 13:09:53 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-06 13:09:53 +0000 |
commit | cc2c9fb6bb4b97aeb6a5f91630c507b09792e491 (patch) | |
tree | 11a342f2d0de75bf175c6fbac0a99055461d81ec /security | |
parent | 2b56c418dd0f31c6153d4281f52c831e173a58dd (diff) | |
download | pkgsrc-cc2c9fb6bb4b97aeb6a5f91630c507b09792e491.tar.gz |
Looks like py-six is required outside of tests option.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-bcrypt/Makefile | 3 | ||||
-rw-r--r-- | security/py-bcrypt/options.mk | 3 |
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 |