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 /math/py-ssm | |
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 'math/py-ssm')
-rw-r--r-- | math/py-ssm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-ssm/Makefile b/math/py-ssm/Makefile index 7139c6c3629a..80309ea43303 100644 --- a/math/py-ssm/Makefile +++ b/math/py-ssm/Makefile @@ -23,7 +23,7 @@ PY_DEPENDS= ${PYNUMPY} \ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils cython concurrent autoplist post-install: |