aboutsummaryrefslogtreecommitdiff
path: root/math/py-statsmodels
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-29 14:16:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-29 14:23:58 +0000
commit537e48b031ba868281efc4111db2c3a4245676e6 (patch)
tree9dc461641b03f6af1b6257d44ab878f4f05e4e29 /math/py-statsmodels
parent3a3a032c7bf26270794c1a115476e76f21aea6b5 (diff)
downloadports-537e48b031ba868281efc4111db2c3a4245676e6.tar.gz
ports-537e48b031ba868281efc4111db2c3a4245676e6.zip
math/py-statsmodels: Fix BUILD_DEPENDS
Diffstat (limited to 'math/py-statsmodels')
-rw-r--r--math/py-statsmodels/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 59575c0c3f3a..87556fac2333 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -13,7 +13,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29:lang/cython@${PY_FLAVOR} \
- ${RUN_DEPENDS}
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=1.1:science/py-scipy@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.21,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}patsy>=0.5:math/py-patsy@${PY_FLAVOR} \