git: 800703e7016f - main - science/py-scipy: fix dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:02:36 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=800703e7016f48e29d92fb99585002c04fbf29a4
commit 800703e7016f48e29d92fb99585002c04fbf29a4
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-11 19:01:05 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-11 19:01:05 +0000
science/py-scipy: fix dependency
Fix dependence on devel/py-pythran
PR: 259777
Submitted by: Michael Glaus
---
science/py-scipy/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 2f8fff337c4e..28ea15e0ece5 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pythran>=0:devel/py-pythran
+ ${PYTHON_PKGNAMEPREFIX}pythran>=0:devel/py-pythran@${PY_FLAVOR}
LIB_DEPENDS= libblas.so:math/blas \
libopenblas.so:math/openblas
RUN_DEPENDS= ${PYNUMPY}