aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:47:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:05:41 +0000
commit52a613dfdba883947223bd4138a18e4c4b522791 (patch)
treedcaf64f6883441aa42d9e130c1a74b2d4d1b8d61
parent10d92f8b7958ecf39669d9e851a2456f4508ca8a (diff)
databases/py-fastparquet: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
-rw-r--r--databases/py-fastparquet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-fastparquet/Makefile b/databases/py-fastparquet/Makefile
index 762c42569856..4f68bf914af2 100644
--- a/databases/py-fastparquet/Makefile
+++ b/databases/py-fastparquet/Makefile
@@ -12,7 +12,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
- ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=1.5.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
thrift:devel/thrift