summaryrefslogtreecommitdiff
path: root/databases/py-aiomysql
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 14:45:40 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 14:45:40 +0800
commit9dc9fc452c5fb4789e62ef1f2e017b4000cf137e (patch)
tree88c05c4143e539f3908428f708ad17f0c44bec02 /databases/py-aiomysql
parentarchivers/py-blosc2: Update to 2.6.2 (diff)
databases/py-aiomysql: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
Diffstat (limited to 'databases/py-aiomysql')
-rw-r--r--databases/py-aiomysql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-aiomysql/Makefile b/databases/py-aiomysql/Makefile
index c854269cd417..d03bef4877b5 100644
--- a/databases/py-aiomysql/Makefile
+++ b/databases/py-aiomysql/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/aio-libs/aiomysql
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>=6.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}