svn commit: r522615 - head/dns/py-aiodns

Antoine Brodin antoine at FreeBSD.org
Fri Jan 10 20:37:31 UTC 2020


Author: antoine
Date: Fri Jan 10 20:37:30 2020
New Revision: 522615
URL: https://svnweb.freebsd.org/changeset/ports/522615

Log:
  Unbreak bulk -a after r522579
  
  Pointy hat:	demon

Modified:
  head/dns/py-aiodns/Makefile

Modified: head/dns/py-aiodns/Makefile
==============================================================================
--- head/dns/py-aiodns/Makefile	Fri Jan 10 20:14:10 2020	(r522614)
+++ head/dns/py-aiodns/Makefile	Fri Jan 10 20:37:30 2020	(r522615)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycares>0:dns/py-pycares@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list