diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:04:07 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:43:51 +0000 |
commit | 2bc3c0d6139d9774c0e1d969b6258b8c769e90cd (patch) | |
tree | 1e64ab601772d12c5f7011212711ec43d1fc11e2 | |
parent | 89b7874e03e49f18138e001094c5972db302f747 (diff) | |
download | ports-2bc3c0d6139d9774c0e1d969b6258b8c769e90cd.tar.gz ports-2bc3c0d6139d9774c0e1d969b6258b8c769e90cd.zip |
math/py-opt-einsum: Remove PYNUMPY
-rw-r--r-- | math/py-opt-einsum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-opt-einsum/Makefile b/math/py-opt-einsum/Makefile index f96aeba3b27d..cf863dd871fd 100644 --- a/math/py-opt-einsum/Makefile +++ b/math/py-opt-einsum/Makefile @@ -13,7 +13,7 @@ COMMENT= Optimizing numpys einsum function LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils |