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-nacl | |
parent | 64ac1670096ff92947e36336f2dd095ee7f57877 (diff) | |
download | pkgsrc-7a16a459b84c2c5b02631dc926f3e69fe32d5c3f.tar.gz |
pytest from versioned depends
Diffstat (limited to 'security/py-nacl')
-rw-r--r-- | security/py-nacl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/py-nacl/Makefile b/security/py-nacl/Makefile index 39f9f4664ea..9897d7c6bcd 100644 --- a/security/py-nacl/Makefile +++ b/security/py-nacl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/02/19 17:49:24 tm Exp $ +# $NetBSD: Makefile,v 1.5 2020/05/17 19:34:12 adam Exp $ DISTNAME= PyNaCl-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl:S/^py//} @@ -12,7 +12,10 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-cffi>=1.4.1:../../devel/py-cffi DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.27.0:../../devel/py-hypothesis + +PYTHON_VERSIONED_DEPENDENCIES= test:test +.include "../../lang/python/versioned_dependencies.mk" MAKE_ENV+= SODIUM_INSTALL=system |