Skip to content

Commit

Permalink
math/py-fastcluster: Remove PYNUMPY
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 18, 2021
1 parent 5fe68eb commit 36c342d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/py-fastcluster/Makefile
Expand Up @@ -12,8 +12,8 @@ COMMENT= Fast hierarchical clustering routines for R and Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt

BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}

USES= python:3.6+
Expand Down

0 comments on commit 36c342d

Please sign in to comment.