diff options
Diffstat (limited to 'math/py-cvxopt')
-rw-r--r-- | math/py-cvxopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile index 2b023fb09305..2a92be71eb92 100644 --- a/math/py-cvxopt/Makefile +++ b/math/py-cvxopt/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/cvxopt/cvxopt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libamd.so:math/suitesparse-amd \ |