diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 13:06:14 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 13:44:02 +0800 |
commit | cc207c56de393879a03406011a27ba5f766ef729 (patch) | |
tree | b77646cccb7a8fe877170bc5a9a5fe3132488cd7 /science | |
parent | 8c7c3becc103c86d3eb20aa9158120ac9d44d2d8 (diff) | |
download | freebsd-ports-gnome-cc207c56de393879a03406011a27ba5f766ef729.tar.gz freebsd-ports-gnome-cc207c56de393879a03406011a27ba5f766ef729.tar.zst freebsd-ports-gnome-cc207c56de393879a03406011a27ba5f766ef729.zip |
science/py-asdf: Remove PYNUMPY
Diffstat (limited to 'science')
-rw-r--r-- | science/py-asdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index 56972f86ea5c..ff0ae13774b8 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.2<4:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ - ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} |