git: 5a698b446f6a - main - ftp/py-aioftp: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 14:30:32 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a698b446f6ac73ab1dcd162ceb3e3a41c82f3a1
commit 5a698b446f6ac73ab1dcd162ceb3e3a41c82f3a1
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-17 14:29:46 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-17 14:30:26 +0000
ftp/py-aioftp: Fix build
Reported by: portsfallout
Approved by: portmgr (just-fix-it)
---
ftp/py-aioftp/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ftp/py-aioftp/Makefile b/ftp/py-aioftp/Makefile
index b757c85e4ebf..209db330d2cb 100644
--- a/ftp/py-aioftp/Makefile
+++ b/ftp/py-aioftp/Makefile
@@ -13,7 +13,8 @@ WWW= https://pypi.org/project/aioftp/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/license.txt
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}siosocks>=0:net/py-siosocks@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \