aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-11 13:49:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-11 13:49:51 +0000
commitd688bddbaefc31df7d5758a6d4b5f48dce9cbb84 (patch)
tree482255d90e87401e9bacba59f40e238c9ce5d521
parent6bb98167e753c7e9eb5ec279fb5dc59dee5d793a (diff)
downloadports-d688bddbaefc31df7d5758a6d4b5f48dce9cbb84.tar.gz
ports-d688bddbaefc31df7d5758a6d4b5f48dce9cbb84.zip
devel/py-oslo.messaging: Update USES=python
devel/py-oslo.utils requires Python 3.8+
-rw-r--r--devel/py-oslo.messaging/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-oslo.messaging/Makefile b/devel/py-oslo.messaging/Makefile
index 0d0d7d164f98..03aa94ff5ac2 100644
--- a/devel/py-oslo.messaging/Makefile
+++ b/devel/py-oslo.messaging/Makefile
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=2.5.2:net/py-amqp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes