aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 12:36:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 12:40:15 +0000
commit28886f3885d41fbb76c056b86581538e947618fa (patch)
tree0e949fd456eeec160b5d180ae273b1683a05fe98
parent174960fcc41b443224fb24de74a810566c980ce7 (diff)
downloadports-28886f3885d41fbb76c056b86581538e947618fa.tar.gz
ports-28886f3885d41fbb76c056b86581538e947618fa.zip
net/ryu: Update USES=python
devel/py-oslo.config requires Python 3.8+
-rw-r--r--net/ryu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ryu/Makefile b/net/ryu/Makefile
index ff9647c55f07..b6694e62016a 100644
--- a/net/ryu/Makefile
+++ b/net/ryu/Makefile
@@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>0:net/py-eventlet@${PY_FLAVOR} \
NO_ARCH= yes
-USES= python:3.6+
+USES= python:3.8+
USE_PYTHON= autoplist distutils
USE_GITHUB= yes