diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-13 20:47:41 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-13 20:47:41 +0000 |
| commit | 5ce11c8413db190038c817169609739967d2f3b5 (patch) | |
| tree | 541506b204d4400a188161baf52150f623bad000 /textproc/py-elasticsearch-async | |
| parent | Update to 6.4.0 (diff) | |
Cosmetic change
Diffstat (limited to 'textproc/py-elasticsearch-async')
| -rw-r--r-- | textproc/py-elasticsearch-async/Makefile | 5 |
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> |
