git: 9591d971d404 - main - sysutils/py-ansible-runner: add missing setuptools to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Mar 2025 00:36:05 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9591d971d404dc45f42064c6209814ae74cf68d2
commit 9591d971d404dc45f42064c6209814ae74cf68d2
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-03-10 00:36:01 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-03-10 00:36:01 +0000
sysutils/py-ansible-runner: add missing setuptools to fix build
Fixes: c39cf7c4098b1d2a699c6489a6c81d49c1cd65a0
Sponsored by: SkunkWerks, GmbH
---
sysutils/py-ansible-runner/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysutils/py-ansible-runner/Makefile b/sysutils/py-ansible-runner/Makefile
index 13fc0afd11e6..6bc41088bba9 100644
--- a/sysutils/py-ansible-runner/Makefile
+++ b/sysutils/py-ansible-runner/Makefile
@@ -16,6 +16,7 @@ BROKEN_armv7= fails to build: Child process terminated abnormally: Segmentation
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>2.0:sysutils/ansible@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR} \