diff options
author | adam <adam@pkgsrc.org> | 2020-05-17 19:34:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-17 19:34:12 +0000 |
commit | 7a16a459b84c2c5b02631dc926f3e69fe32d5c3f (patch) | |
tree | 9e953715ec499902279965ee23951c5002aaed06 /security/py-bcrypt | |
parent | 64ac1670096ff92947e36336f2dd095ee7f57877 (diff) | |
download | pkgsrc-7a16a459b84c2c5b02631dc926f3e69fe32d5c3f.tar.gz |
pytest from versioned depends
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r-- | security/py-bcrypt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 3c09e357ff8..3d03087d977 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/06/20 11:15:18 adam Exp $ +# $NetBSD: Makefile,v 1.15 2020/05/17 19:34:12 adam Exp $ DISTNAME= bcrypt-3.1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,9 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-cffi>=1.1:../../devel/py-cffi DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.4.0:../../devel/py-test + +PYTHON_VERSIONED_DEPENDENCIES= test:test .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |