aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-10 20:06:35 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-05-10 20:13:20 +0000
commit1d44af58980136b882d146f21d8776943a14c5eb (patch)
treef3a678f8aea7c2044c105d15a6ff7c7afec40762 /net
parentaea041f3a2b531c0265897f6aec59936a96a9f35 (diff)
downloadports-1d44af58980136b882d146f21d8776943a14c5eb.tar.gz
ports-1d44af58980136b882d146f21d8776943a14c5eb.zip
math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all dependent ports must have USES=python:3.7+ as well, otherwise it breaks the @py36 flavor. PR: 255347 Reported by: sunpoet
Diffstat (limited to 'net')
-rw-r--r--net/scapy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index 4bcf18901c97..2d6ea64de702 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libdnet>0:net/py-libdnet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes