From 2bc3c0d6139d9774c0e1d969b6258b8c769e90cd Mon Sep 17 00:00:00 2001
From: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Sun, 18 Apr 2021 13:04:07 +0800
Subject: math/py-opt-einsum: Remove PYNUMPY

---
 math/py-opt-einsum/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3