From bb488154a5a95d9f7b98a271597a7481fa7187a9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Feb 2020 11:06:45 +0000 Subject: [PATCH] Update PYNUMPY devel/py-xarray requires math/py-numpy 1.15 --- Mk/Uses/python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 2e2a0124e88f..f394fbb1fbe4 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -625,7 +625,7 @@ CMAKE_ARGS+= -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER} # Python 3rd-party modules PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR} -PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} +PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} # Common Python modules that can be needed but only for some versions of Python. .if ${PYTHON_REL} < 3500