Skip to content

Commit 87aae0b

Browse files
committed
dns/py-aiodns: Use PY_SETUPTOOLS
Approved by: hrs (mentor, blanket)
1 parent 15d5135 commit 87aae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns/py-aiodns/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WWW= https://pypi.org/project/aiodns/
1212
LICENSE= MIT
1313
LICENSE_FILE= ${WRKSRC}/LICENSE
1414

15-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
15+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
1616
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
1717
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycares>4.0.0:dns/py-pycares@${PY_FLAVOR}
1818
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uvloop>0:devel/py-uvloop@${PY_FLAVOR}

0 commit comments

Comments
 (0)