git: a27c9e923efd - main - textproc/py-elasticsearch: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:03:05 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a27c9e923efd363b397fd2a530c9b4832f22570d

commit a27c9e923efd363b397fd2a530c9b4832f22570d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:09:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:36 +0000

    textproc/py-elasticsearch: Cosmetic change
---
 textproc/py-elasticsearch/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile
index d26848c039d1..37f938f5e962 100644
--- a/textproc/py-elasticsearch/Makefile
+++ b/textproc/py-elasticsearch/Makefile
@@ -22,11 +22,12 @@ 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+
-CPE_VENDOR=	elastic
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	elastic
+
 OPTIONS_DEFINE=	ASYNC REQUESTS
 OPTIONS_DEFAULT=REQUESTS
 ASYNC_DESC=	Asynchronous support