textproc/py-chevron: Use PY_SETUPTOOLS

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

View file

@ -11,7 +11,7 @@ WWW= https://pypi.org/project/chevron/
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python