diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 | 
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 | 
| commit | 1a80ec7c2281900b82b228ee3a7b070c8ca4286e (patch) | |
| tree | 2e559a47aac23d474a93b5daa1100150e83b1824 /textproc/py-elasticsearch | |
| parent | lang/nll: update to 20240703a (diff) | |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to 'textproc/py-elasticsearch')
| -rw-r--r-- | textproc/py-elasticsearch/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index 63bbad3e854c..16a62ccc38c3 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -21,7 +21,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}  		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}pytest>=0,1: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}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3.0.0:www/py-requests@${PY_FLAVOR}  USES=		cpe python | 
