aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:43:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:43:55 +0000
commited5a20c1588f34d07e22123ae65a27e8551f31d0 (patch)
tree913167e2c8cd2df203414a366892fce5d3ee64fa
parentc214015054c1d7d76ffbf94a3e891c6bc83f279a (diff)
downloadports-ed5a20c1588f34d07e22123ae65a27e8551f31d0.tar.gz
ports-ed5a20c1588f34d07e22123ae65a27e8551f31d0.zip
sysutils/py-hcloud: Clean up USES=python
USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python
-rw-r--r--sysutils/py-hcloud/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile
index 79293af8df3f..ff226302154d 100644
--- a/sysutils/py-hcloud/Makefile
+++ b/sysutils/py-hcloud/Makefile
@@ -24,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=7.4:devel/py-coverage@${PY_FLAVOR
${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR}
NO_ARCH= yes
-USES= python:3.8+
+USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
.include <bsd.port.mk>