git: 340a8027ea98 - main - devel/py-qutip: Fix build with removing setuptools from RUN_D
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jun 2024 13:28:51 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=340a8027ea98cc11e5ae5c1306609c21fa33657e commit 340a8027ea98cc11e5ae5c1306609c21fa33657e Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-06-25 13:26:15 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-06-25 13:28:26 +0000 devel/py-qutip: Fix build with removing setuptools from RUN_D PR: 270510 Approved by: portmgr(blanket, fix build) --- devel/py-qutip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile index 7ef08140cee8..d776d147db05 100644 --- a/devel/py-qutip/Makefile +++ b/devel/py-qutip/Makefile @@ -16,6 +16,7 @@ PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} BUILD_DEPENDS= ${PY_DEPENDS} \ + ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.32.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS}