Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2020 19:01:31 +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: r541562 - head/dns/py-idna_ssl
Message-ID:  <202007081901.068J1V1U066124@repo.freebsd.org>

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



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