dns/py-aiodns: Use PY_SETUPTOOLS

Approved by:	hrs (mentor, blanket)
This commit is contained in:
Norikatsu Shigemura 2025-03-22 15:56:54 +09:00
parent 15d5135269
commit 87aae0b6ed
No known key found for this signature in database
GPG key ID: 2D010D1315CC541F

View file

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