Skip to content

Commit

Permalink
science/py-segregation: 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 9b10710 commit f442b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/py-segregation/Makefile
Expand Up @@ -11,7 +11,7 @@ WWW= https://pysal.org/segregation/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${PY_FLAVOR} \
Expand Down

0 comments on commit f442b83

Please sign in to comment.