Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2025 08:46:01 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 758158f30682 - main - audio/py-pyradio: Fix build
Message-ID:  <202503120846.52C8k1sC025036@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=758158f30682388468f4b9c7451fe399e9e8a8c1

commit 758158f30682388468f4b9c7451fe399e9e8a8c1
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-03-12 08:44:20 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-03-12 08:44:20 +0000

    audio/py-pyradio: Fix build
    
    - Add devel/py-setuptools to build dependencies
    
    Reported by:    pkg-fallout
---
 audio/py-pyradio/Makefile | 1 +
 1 file changed, 1 insertion(+)

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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503120846.52C8k1sC025036>