diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2023-07-18 00:16:21 +0000 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2023-07-18 00:53:09 +0000 |
| commit | 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch) | |
| tree | 0832832e213e743859eba3931e1ecc8d3b1aba54 /sysutils/py-hcloud | |
| parent | 45f0113f4c6a3921e14a1a3fb1c201f0b3e68c9d (diff) | |
Diffstat (limited to 'sysutils/py-hcloud')
| -rw-r--r-- | sysutils/py-hcloud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile index a5c305760119..bee877d73735 100644 --- a/sysutils/py-hcloud/Makefile +++ b/sysutils/py-hcloud/Makefile @@ -11,7 +11,7 @@ WWW= https://hcloud-python.readthedocs.io/en/latest/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20,<3:www/py-requests@${PY_FLAVOR} \ |
