Skip to content

Commit

Permalink
ftp/py-aioftp: Fix build
Browse files Browse the repository at this point in the history
Reported by:	portsfallout
Approved by:	portmgr (just-fix-it)
  • Loading branch information
5u623l20 committed Mar 17, 2024
1 parent cb8bd7a commit 5a698b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ftp/py-aioftp/Makefile
Expand Up @@ -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} \
Expand Down

0 comments on commit 5a698b4

Please sign in to comment.