diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-26 15:06:05 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-26 16:43:09 +0300 |
commit | 23f825539caff59a92f4ab0a9479bb8165e9e07b (patch) | |
tree | c8b50238febb2924f8c288f7995c6abe32dff173 /textproc/py-elasticsearch | |
parent | graphics/drm-{current,devel}-kmod: Revert 362de1d360b8 (diff) |
textproc/py-elasticsearch: fix tests by adding missing test-depend
Reported by: reprise
Approved by: portmgr blanket
Diffstat (limited to 'textproc/py-elasticsearch')
-rw-r--r-- | textproc/py-elasticsearch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index b9b22fb50508..1e8a77391a08 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -19,7 +19,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3.0.0:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3.0.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils |