git: 87aae0b6edf5 - main - dns/py-aiodns: Use PY_SETUPTOOLS

From: Norikatsu Shigemura <nork_at_FreeBSD.org>
Date: Sat, 22 Mar 2025 06:59:53 UTC
The branch main has been updated by nork:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87aae0b6edf562e2676d83c5fbd8dda38a7bbf7f

commit 87aae0b6edf562e2676d83c5fbd8dda38a7bbf7f
Author:     Norikatsu Shigemura <nork@FreeBSD.org>
AuthorDate: 2025-03-22 06:56:54 +0000
Commit:     Norikatsu Shigemura <nork@FreeBSD.org>
CommitDate: 2025-03-22 06:56:54 +0000

    dns/py-aiodns: Use PY_SETUPTOOLS
    
    Approved by:    hrs (mentor, blanket)
---
 dns/py-aiodns/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/py-aiodns/Makefile b/dns/py-aiodns/Makefile
index 402033bb4970..8d0a336f2125 100644
--- a/dns/py-aiodns/Makefile
+++ b/dns/py-aiodns/Makefile
@@ -12,7 +12,7 @@ WWW=		https://pypi.org/project/aiodns/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycares>4.0.0:dns/py-pycares@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uvloop>0:devel/py-uvloop@${PY_FLAVOR}