git: 07ee2cfdc848 - main - sysutils/podman-compose: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 04:56:52 UTC
The branch main has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/ports/commit/?id=07ee2cfdc8484d479aeface153391fcd70162191
commit 07ee2cfdc8484d479aeface153391fcd70162191
Author: Getz Mikalsen <getz@FreeBSD.org>
AuthorDate: 2025-03-12 11:09:14 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2025-03-13 04:56:30 +0000
sysutils/podman-compose: Fix build
Add missing build dependency: devel/py-setuptools
PR: 285349
---
sysutils/podman-compose/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysutils/podman-compose/Makefile b/sysutils/podman-compose/Makefile
index 88f0fa6a6527..5e4882e26815 100644
--- a/sysutils/podman-compose/Makefile
+++ b/sysutils/podman-compose/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv@${PY_FLAVOR}