aboutsummaryrefslogtreecommitdiff
path: root/security/py-pynacl
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-01-03 09:11:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-01-03 09:11:52 +0000
commit68ee05468834865fbe8e6ad21b9419de595a2750 (patch)
treead8dca53a9d7131b41b7eaa9a177384a26217dcc /security/py-pynacl
parent372b15d95a6cf5226a2feb8cc5c2ab511b45b0e8 (diff)
downloadports-68ee05468834865fbe8e6ad21b9419de595a2750.tar.gz
ports-68ee05468834865fbe8e6ad21b9419de595a2750.zip
Remove python 2.7 support from a few ports
Notes
Notes: svn path=/head/; revision=559997
Diffstat (limited to 'security/py-pynacl')
-rw-r--r--security/py-pynacl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pynacl/Makefile b/security/py-pynacl/Makefile
index df3c02603374..be5dbd11b951 100644
--- a/security/py-pynacl/Makefile
+++ b/security/py-pynacl/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>=3.27.0:devel/py-hypothesis@${PY_FLAVOR}
-USES= python localbase
+USES= python:3.6+ localbase
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= BUNDLED_NACL