summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-03-28 14:53:44 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-03-28 14:53:44 +0000
commit8978f6016475e744e6f3418738aaa97a32986234 (patch)
treee8148b245e854caeeb99ae77cde651f0ddb95595 /net
parentdevel/lab: update to 0.17.2 (diff)
net/cloud-init: require Python 3.6+
The upstream code no longer works with Python 2.x, so require 3.6+. PR: 245100 Submitted by: Andrey Fesenko (maintainer)
Notes
Notes: svn path=/head/; revision=529735
Diffstat (limited to 'net')
-rw-r--r--net/cloud-init/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cloud-init/Makefile b/net/cloud-init/Makefile
index 6d27bda7b43e..3b70caa1a3af 100644
--- a/net/cloud-init/Makefile
+++ b/net/cloud-init/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cloud-init
PORTVERSION= 20.1
+PORTREVISION= 1
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,7 +29,7 @@ RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR}
-USES= python shebangfix
+USES= python:3.6+ shebangfix
USE_GITHUB= yes
GH_ACCOUNT= canonical