aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-03-29 14:00:43 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-03-29 14:00:43 +0000
commitbc1b579fbe80e4db2df7af54d19f95d2a4880158 (patch)
tree68018ad705c2071ec8c00a747791af6cddaa394f
parent5c98df76a3237ae0708819837f54f34fd3b04abf (diff)
downloadports-bc1b579fbe80e4db2df7af54d19f95d2a4880158.tar.gz
ports-bc1b579fbe80e4db2df7af54d19f95d2a4880158.zip
math/py-chaospy: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
-rw-r--r--math/py-chaospy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-chaospy/Makefile b/math/py-chaospy/Makefile
index 8e4731f5ed0a..5a47909fb809 100644
--- a/math/py-chaospy/Makefile
+++ b/math/py-chaospy/Makefile
@@ -12,7 +12,8 @@ WWW= https://github.com/jonathf/chaospy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpoly>0:math/py-numpoly@${PY_FLAVOR} \