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:
parent
6890a3c0b2
commit
7a75d1c97a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue