aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:30:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:46:16 +0000
commit8c6da6d337c7978bf1cbd460821ded2794197113 (patch)
tree2f52ac29bd0ffac79bfa7efec6cfa789175339eb /science
parent958498cb24dceb5bdd346d3e7c237e34e3737018 (diff)
downloadports-8c6da6d337c7978bf1cbd460821ded2794197113.tar.gz
ports-8c6da6d337c7978bf1cbd460821ded2794197113.zip
science/py-eccodes: Remove PYNUMPY
Diffstat (limited to 'science')
-rw-r--r--science/py-eccodes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-eccodes/Makefile b/science/py-eccodes/Makefile
index d6a3921fb79b..112f09995097 100644
--- a/science/py-eccodes/Makefile
+++ b/science/py-eccodes/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libeccodes.so:science/eccodes
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}findlibs>=0:devel/py-findlibs@${PY_FLAVOR} \
- ${PYNUMPY}
+ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<1.20,1:math/py-numpy@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-flakes>=0:devel/py-pytest-flakes@${PY_FLAVOR} \