aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-11 13:50:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-11 13:50:21 +0000
commitff0dd35b0c12a5d1120891a6e01224ae6c9deab5 (patch)
treeca765967e773243d8450dc684762f3ebac09791f
parent5bb071f4a9f06930168e8fa693471f98095cbcdc (diff)
downloadports-ff0dd35b0c12a5d1120891a6e01224ae6c9deab5.tar.gz
ports-ff0dd35b0c12a5d1120891a6e01224ae6c9deab5.zip
net/py-python-designateclient: Update USES=python
devel/py-oslo.utils requires Python 3.8+
-rw-r--r--net/py-python-designateclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-python-designateclient/Makefile b/net/py-python-designateclient/Makefile
index 486ac1166ae2..42c96cf6bc1c 100644
--- a/net/py-python-designateclient/Makefile
+++ b/net/py-python-designateclient/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes