Update PYTHON_REL check
math/py-statsmodels 0.12.0+ requires Python 3.6+
This commit is contained in:
parent
1094b089f1
commit
30d33e7708
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547033
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ USE_PYTHON= distutils concurrent autoplist
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3500
|
||||
.if ${PYTHON_REL} < 3600
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}statsmodels010>0:math/py-statsmodels010@${PY_FLAVOR}
|
||||
.else
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
|
||||
|
|
Loading…
Reference in a new issue