diff options
-rw-r--r-- | dns/dnsviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnsviz/Makefile b/dns/dnsviz/Makefile index 66dd81c73272..68b12e51b0cf 100644 --- a/dns/dnsviz/Makefile +++ b/dns/dnsviz/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:graphics/py-pygraphviz@${PY_ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libnacl>=1.5.2:security/py-libnacl@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils concurrent optsuffix USE_GITHUB= yes PYDISTUTILS_INSTALLNOSINGLE= yes |