aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-13 18:20:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-13 18:20:05 +0000
commit5dd1ad68009e3e0fd984abd1f9c6b2ff209eb93a (patch)
tree225ddf7c579d5e33b565890827707088701af5e5 /textproc/py-elasticsearch
parenta1e50f1197623faffb6a6efe17e3c865789a1340 (diff)
downloadports-5dd1ad68009e3e0fd984abd1f9c6b2ff209eb93a.tar.gz
ports-5dd1ad68009e3e0fd984abd1f9c6b2ff209eb93a.zip
Add TEST_DEPENDS
Notes
Notes: svn path=/head/; revision=477089
Diffstat (limited to 'textproc/py-elasticsearch')
-rw-r--r--textproc/py-elasticsearch/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile
index 6c79a5b3f089..4a3533989730 100644
--- a/textproc/py-elasticsearch/Makefile
+++ b/textproc/py-elasticsearch/Makefile
@@ -13,6 +13,11 @@ COMMENT= Official Python low-level client for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
NO_ARCH= yes
USES= python