diff options
author | adam <adam@pkgsrc.org> | 2020-05-17 20:18:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-17 20:18:35 +0000 |
commit | 391a7050280a6d69ae4c13556d187fbe7dc94212 (patch) | |
tree | f2db6b2a3d8008f69db46098117ba6b0f1ddad21 /www/py-WebOb | |
parent | 47f75faaf830d2fef7a31c5715e9c49776ea68cd (diff) | |
download | pkgsrc-391a7050280a6d69ae4c13556d187fbe7dc94212.tar.gz |
pytest from versioned depends
Diffstat (limited to 'www/py-WebOb')
-rw-r--r-- | www/py-WebOb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-WebOb/Makefile b/www/py-WebOb/Makefile index bf920c0c3dc..e443aed532b 100644 --- a/www/py-WebOb/Makefile +++ b/www/py-WebOb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/01/29 22:47:02 adam Exp $ +# $NetBSD: Makefile,v 1.10 2020/05/17 20:18:35 adam Exp $ DISTNAME= WebOb-1.8.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,8 +11,8 @@ COMMENT= Python module providing WSGI request and response objects LICENSE= mit TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist USE_LANGUAGES= # none |