svn commit: r559052 - head/dns/dnsviz

Antoine Brodin antoine at FreeBSD.org
Thu Dec 24 08:57:56 UTC 2020


Author: antoine
Date: Thu Dec 24 08:57:55 2020
New Revision: 559052
URL: https://svnweb.freebsd.org/changeset/ports/559052

Log:
  pygraphviz is now only compatible with python 3.6+

Modified:
  head/dns/dnsviz/Makefile

Modified: head/dns/dnsviz/Makefile
==============================================================================
--- head/dns/dnsviz/Makefile	Thu Dec 24 08:40:43 2020	(r559051)
+++ head/dns/dnsviz/Makefile	Thu Dec 24 08:57:55 2020	(r559052)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:gr
 		${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


More information about the svn-ports-all mailing list