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-elasticsearch6 | |
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-elasticsearch6')
-rw-r--r-- | textproc/py-elasticsearch6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch6/Makefile b/textproc/py-elasticsearch6/Makefile index 8dbbbb00ae2c..754a7d8f2332 100644 --- a/textproc/py-elasticsearch6/Makefile +++ b/textproc/py-elasticsearch6/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |