science/py-scipy: Fix required python version

scipy dropped support for 3.6 as of 1.6.0:

0a4f408d9b

PR:		256083
MFH:		2021Q2
This commit is contained in:
John W. O'Brien 2021-06-01 11:10:28 +08:00 committed by Li-Wen Hsu
parent 6890a3c0b2
commit 7a75d1c97a
No known key found for this signature in database
GPG Key ID: 8D7BCC7D012FD37E

View File

@ -24,7 +24,7 @@ LIB_DEPENDS= libblas.so:math/blas \
libopenblas.so:math/openblas
RUN_DEPENDS= ${PYNUMPY}
USES= compiler:c++14-lang fortran python:3.6+ shebangfix
USES= compiler:c++14-lang fortran python:3.7+ shebangfix
USE_PYTHON= autoplist concurrent distutils
FFLAGS+= -std=legacy