git: 14a73ac2f1ba - main - science/py-trx-python: Fix build with removing setuptools from RUN_D
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 22:17:27 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=14a73ac2f1ba7b3926015479cf6cb833cedf0a08 commit 14a73ac2f1ba7b3926015479cf6cb833cedf0a08 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-06-24 22:14:43 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-06-24 22:17:01 +0000 science/py-trx-python: Fix build with removing setuptools from RUN_D PR: 270510 Approved by: portmgr(blanket, fix build) --- science/py-trx-python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/py-trx-python/Makefile b/science/py-trx-python/Makefile index 2653b71e59e7..c8db3484de62 100644 --- a/science/py-trx-python/Makefile +++ b/science/py-trx-python/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deepdiff>0:devel/py-deepdiff@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ + ${PY_SETUPTOOLS} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} # mistaken dependency, see https://github.com/tee-ar-ex/trx-python/issues/73 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \