Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 17:33:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477017 - head/dns/py-idna_ssl
Message-ID:  <201808121733.w7CHXv0E002629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808121733.w7CHXv0E002629>