summaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch-async
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-13 20:47:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-13 20:47:41 +0000
commit5ce11c8413db190038c817169609739967d2f3b5 (patch)
tree541506b204d4400a188161baf52150f623bad000 /textproc/py-elasticsearch-async
parentUpdate to 6.4.0 (diff)
Cosmetic change
Diffstat (limited to 'textproc/py-elasticsearch-async')
-rw-r--r--textproc/py-elasticsearch-async/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-elasticsearch-async/Makefile b/textproc/py-elasticsearch-async/Makefile
index 0ee5e0c2c495..279e8235b434 100644
--- a/textproc/py-elasticsearch-async/Makefile
+++ b/textproc/py-elasticsearch-async/Makefile
@@ -20,8 +20,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}
-NO_ARCH= yes
-USE_PYTHON= autoplist distutils
USES= python:3.4+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>