summaryrefslogtreecommitdiff
path: root/finance/py-technical
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-07-17 20:16:21 -0400
committerCharlie Li <vishwin@FreeBSD.org>2023-07-17 20:53:09 -0400
commit9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch)
tree0832832e213e743859eba3931e1ecc8d3b1aba54 /finance/py-technical
parentsecurity/veracrypt: Fix build on 14.x (diff)
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools port depending on whether USES_PYTHON=distutils is specified. With hat: python PR: 270510, 270358
Diffstat (limited to 'finance/py-technical')
-rw-r--r--finance/py-technical/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/py-technical/Makefile b/finance/py-technical/Makefile
index c3926714b1d4..d698ac34f585 100644
--- a/finance/py-technical/Makefile
+++ b/finance/py-technical/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.5.3:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ta-lib>=0.4.25:finance/py-ta-lib@${PY_FLAVOR}
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=46.4.0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}