Date: Tue, 25 Jun 2024 13:28:51 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 340a8027ea98 - main - devel/py-qutip: Fix build with removing setuptools from RUN_D Message-ID: <202406251328.45PDSpnx000810@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406251328.45PDSpnx000810>
