svn commit: r524195 - head/math/py-statsmodels010

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 26 16:12:43 UTC 2020


Author: sunpoet
Date: Sun Jan 26 16:12:42 2020
New Revision: 524195
URL: https://svnweb.freebsd.org/changeset/ports/524195

Log:
  Add version requirement of cython to BUILD_DEPENDS

Modified:
  head/math/py-statsmodels010/Makefile

Modified: head/math/py-statsmodels010/Makefile
==============================================================================
--- head/math/py-statsmodels010/Makefile	Sun Jan 26 16:12:37 2020	(r524194)
+++ head/math/py-statsmodels010/Makefile	Sun Jan 26 16:12:42 2020	(r524195)
@@ -13,7 +13,8 @@ COMMENT=	Complement to SciPy for statistical computati
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.24:lang/cython@${PY_FLAVOR} \
+		${RUN_DEPENDS}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.19:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \


More information about the svn-ports-all mailing list