diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:21:32 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:49:25 +0000 |
| commit | 25b757193e9aad7d45b8a6e11145b8fc12fd46c8 (patch) | |
| tree | b0e0dbedf6050646f85001281d355b3526cf6205 | |
| parent | 5921d834ff9d7a21466a3893e6ffbae1a28d415d (diff) | |
devel/py-pyvisa: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
| -rw-r--r-- | devel/py-pyvisa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pyvisa/Makefile b/devel/py-pyvisa/Makefile index c7094080fe09..d208b841e33d 100644 --- a/devel/py-pyvisa/Makefile +++ b/devel/py-pyvisa/Makefile @@ -13,7 +13,7 @@ WWW= https://github.com/pyvisa/pyvisa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} |
