diff options
Diffstat (limited to 'lang/py-six')
-rw-r--r-- | lang/py-six/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/py-six/Makefile b/lang/py-six/Makefile index a935a862c75..fc3c5028ff0 100644 --- a/lang/py-six/Makefile +++ b/lang/py-six/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/01/16 08:22:41 adam Exp $ +# $NetBSD: Makefile,v 1.17 2020/05/17 18:39:29 adam Exp $ DISTNAME= six-1.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/benjaminp/six COMMENT= Python 2 and 3 compatibility utilities LICENSE= mit -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +PYTHON_VERSIONED_DEPENDENCIES= test:test USE_LANGUAGES= # none @@ -18,4 +18,5 @@ do-test: cd ${WRKSRC} && pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |