aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2024-02-21 06:07:35 +0000
committerCharlie Li <vishwin@FreeBSD.org>2024-02-21 06:07:35 +0000
commitd3af6c1c0caa1585dc88e07c6981f5ce1b817ec8 (patch)
treecf89f442e9de9c6044bab3d1081543f0b949ae5b
parent7b0bec15a69a325190b01f433cb506f1cb004df2 (diff)
downloadports-d3af6c1c0caa1585dc88e07c6981f5ce1b817ec8.tar.gz
ports-d3af6c1c0caa1585dc88e07c6981f5ce1b817ec8.zip
www/py-yarl: add ${PY_SETUPTOOLS} to BUILD_DEPENDS
devel/py-wheel is not a PEP-517 build backend; add the real one. Once the linked PR is committed, this build will fail. With hat: python PR: 270510
-rw-r--r--www/py-yarl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile
index b9bf1f6dd230..a8ed6ba67e05 100644
--- a/www/py-yarl/Makefile
+++ b/www/py-yarl/Makefile
@@ -11,7 +11,8 @@ WWW= https://github.com/aio-libs/yarl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}