diff options
Diffstat (limited to 'math/py-py-find-1st/Makefile')
-rw-r--r-- | math/py-py-find-1st/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-py-find-1st/Makefile b/math/py-py-find-1st/Makefile index dd1d9a35651a..a72f50356e21 100644 --- a/math/py-py-find-1st/Makefile +++ b/math/py-py-find-1st/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/roebel/py_find_1st LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=46.4.0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} |