summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-statsmodels/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 1b53b6f2b4e0..ce8aab5b66f7 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -12,11 +12,11 @@ COMMENT= Complement to SciPy for statistical computations
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= ${PYNUMPY} \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.14:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${PY_FLAVOR}
-RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS EXAMPLES