Skip to content

Commit

Permalink
devel/py-pyscaffold: Remove PY_SETUPTOOLS
Browse files Browse the repository at this point in the history
py-setuptools should be used rather than PY_SETUPTOOLS
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent 2a4bb34 commit 953c629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-pyscaffold/Makefile
Expand Up @@ -13,7 +13,7 @@ WWW= https://github.com/pyscaffold/pyscaffold
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=46.1.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=5:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configupdater>=3.0<4:devel/py-configupdater@${PY_FLAVOR} \
Expand Down

0 comments on commit 953c629

Please sign in to comment.