git: 8e667e11030d - main - textproc/py-elasticsearch: unbreak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 May 2022 18:43:56 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e667e11030d7c32ed024efd3f63d80891292812 commit 8e667e11030d7c32ed024efd3f63d80891292812 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-05-11 18:43:28 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-05-11 18:43:28 +0000 textproc/py-elasticsearch: unbreak --- textproc/py-elasticsearch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index b25baaae1644..8d23d464f107 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= cpe python:3.6+ -USE_PYTHON= autoplist concurrent distutils nose +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes