print/py-fontparts: Remove PY_SETUPTOOLS

py-setuptools should be used rather than PY_SETUPTOOLS
This commit is contained in:
Po-Chuan Hsieh 2024-04-09 04:15:24 +08:00
parent 8b32413ab1
commit 844fb73234
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -13,7 +13,7 @@ WWW= https://github.com/robotools/fontParts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.9.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \