diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:58 +0000 |
commit | 4aa27da2314f1027b11a5138c0e2aedd03dc7cba (patch) | |
tree | 30ea3fe495e40122ec8a96f715869110005d5301 /textproc/py-elasticsearch-dsl/Makefile | |
parent | Update to 1.2.0 (diff) |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
Notes
Notes:
svn path=/head/; revision=563407
Diffstat (limited to 'textproc/py-elasticsearch-dsl/Makefile')
-rw-r--r-- | textproc/py-elasticsearch-dsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch-dsl/Makefile b/textproc/py-elasticsearch-dsl/Makefile index 09c3bdef6af2..b73b2032f827 100644 --- a/textproc/py-elasticsearch-dsl/Makefile +++ b/textproc/py-elasticsearch-dsl/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}elasticsearch6>=6.2.1:textproc/py-elasticsearch6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |