diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 15:49:28 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 15:49:28 +0000 |
commit | 0ff8646e29f7b52989ae60c5b5668cfb5c7ec486 (patch) | |
tree | 43819336ec4da67e78dec92cc3da6fa8c012895c /science | |
parent | a7f41aee78cdb0c1cefb156e0b265821f07446a9 (diff) |
science/py-PyFR: Update USES=python
devel/py-pytools requires Python 3.8+
Diffstat (limited to 'science')
-rw-r--r-- | science/py-PyFR/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-PyFR/Makefile b/science/py-PyFR/Makefile index 1e563e806f14..afa96b46ccee 100644 --- a/science/py-PyFR/Makefile +++ b/science/py-PyFR/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}pytools>=2016.2.1:devel/py-pytools@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.7+ shebangfix +USES= python:3.8+ shebangfix USE_PYTHON= distutils concurrent autoplist pytest SHEBANG_FILES= setup.py pyfr/__main__.py |