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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 8 19:01:33 UTC 2020


Author: sunpoet
Date: Wed Jul  8 19:01:30 2020
New Revision: 541562
URL: https://svnweb.freebsd.org/changeset/ports/541562

Log:
  Cosmetic change

Modified:
  head/dns/py-idna_ssl/Makefile

Modified: head/dns/py-idna_ssl/Makefile
==============================================================================
--- head/dns/py-idna_ssl/Makefile	Wed Jul  8 19:01:26 2020	(r541561)
+++ head/dns/py-idna_ssl/Makefile	Wed Jul  8 19:01:30 2020	(r541562)
@@ -20,8 +20,9 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3:www/
 		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
 USES=		python:3.3+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list