diff options
author | Wen Heping <wen@FreeBSD.org> | 2021-10-26 08:59:49 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2021-10-26 08:59:49 +0800 |
commit | 1f51ea42c4498e11ef9e4c41cb7b957783130862 (patch) | |
tree | e216dabcde487da9191ecdbfdbfc3db98a0fdc5e | |
parent | math/py-numpy: Update to 1.20.3 (diff) |
science/py-eccodes: Fix build with py-numpy-1.20.3
-rw-r--r-- | science/py-eccodes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-eccodes/Makefile b/science/py-eccodes/Makefile index 3a6293fa706a..ed9dc7ebbde1 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} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<1.20,1:math/py-numpy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<1.21,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} \ |