aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2025-03-12 08:44:20 +0000
committerNicola Vitale <nivit@FreeBSD.org>2025-03-12 08:44:20 +0000
commit758158f30682388468f4b9c7451fe399e9e8a8c1 (patch)
tree2cb307f301a22b6224a569afac48765c5ee94a5c
parenta7b0f8d3b8b07cfa12338f8ab5da165a4750e53a (diff)
audio/py-pyradio: Fix build
- Add devel/py-setuptools to build dependencies Reported by: pkg-fallout
-rw-r--r--audio/py-pyradio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile
index bf5814578f6b..beeb732a2396 100644
--- a/audio/py-pyradio/Makefile
+++ b/audio/py-pyradio/Makefile
@@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}dnspython>=2.2.1:dns/py-dnspython@${PY_FLAVOR} \
${PKGNAMEPREFIX}psutil>=5.9.2:sysutils/py-psutil@${PY_FLAVOR} \
${PKGNAMEPREFIX}python-dateutil>=2.8.2:devel/py-python-dateutil@${PY_FLAVOR} \
${PKGNAMEPREFIX}requests>=2.28.1:www/py-requests@${PY_FLAVOR} \
+ ${PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
${PKGNAMEPREFIX}wheel>=0.38.4:devel/py-wheel@${PY_FLAVOR} \
bash:shells/bash
RUN_DEPENDS= ${PKGNAMEPREFIX}dnspython>=2.2.1:dns/py-dnspython@${PY_FLAVOR} \