diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 09:11:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 09:11:52 +0000 |
commit | 68ee05468834865fbe8e6ad21b9419de595a2750 (patch) | |
tree | ad8dca53a9d7131b41b7eaa9a177384a26217dcc /math/py-numpy | |
parent | Resurrect py-typing to unbreak bulk -a (diff) |
Remove python 2.7 support from a few ports
Notes
Notes:
svn path=/head/; revision=559997
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index e06ff0931d52..707fa4673d8b 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c11 fortran python zip +USES= compiler:c11 fortran python:3.6+ zip USE_PYTHON= allflavors autoplist concurrent cython distutils GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so// |