summaryrefslogtreecommitdiff
path: root/lang/py-six
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-17 18:39:29 +0000
committeradam <adam@pkgsrc.org>2020-05-17 18:39:29 +0000
commita27faabe52f42731d87617100695b5ed1fd95fe7 (patch)
treefe04f85dc8dcb12603f0eb6346b8d047f7bd1555 /lang/py-six
parentd6271a6d3efe79248564b8db0aa75e59e716203b (diff)
downloadpkgsrc-a27faabe52f42731d87617100695b5ed1fd95fe7.tar.gz
pytest from versioned depends
Diffstat (limited to 'lang/py-six')
-rw-r--r--lang/py-six/Makefile5
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"