aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:06:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:44:02 +0000
commitcc207c56de393879a03406011a27ba5f766ef729 (patch)
treeb77646cccb7a8fe877170bc5a9a5fe3132488cd7
parent8c7c3becc103c86d3eb20aa9158120ac9d44d2d8 (diff)
downloadports-cc207c56de393879a03406011a27ba5f766ef729.tar.gz
ports-cc207c56de393879a03406011a27ba5f766ef729.zip
science/py-asdf: Remove PYNUMPY
-rw-r--r--science/py-asdf/Makefile2
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}