svn commit: r477017 - head/dns/py-idna_ssl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 12 17:33:59 UTC 2018


Author: sunpoet
Date: Sun Aug 12 17:33:57 2018
New Revision: 477017
URL: https://svnweb.freebsd.org/changeset/ports/477017

Log:
  Relax USES=python

Modified:
  head/dns/py-idna_ssl/Makefile

Modified: head/dns/py-idna_ssl/Makefile
==============================================================================
--- head/dns/py-idna_ssl/Makefile	Sun Aug 12 17:33:52 2018	(r477016)
+++ head/dns/py-idna_ssl/Makefile	Sun Aug 12 17:33:57 2018	(r477017)
@@ -22,6 +22,6 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3:www/
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
-USES=		python:3.3-3.6
+USES=		python:3.3+
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list