svn commit: r567190 - head/www/py-aioh2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:13:13 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:13:06 2021
New Revision: 567190
URL: https://svnweb.freebsd.org/changeset/ports/567190

Log:
  Cosmetic change

Modified:
  head/www/py-aioh2/Makefile

Modified: head/www/py-aioh2/Makefile
==============================================================================
--- head/www/py-aioh2/Makefile	Wed Mar  3 18:13:01 2021	(r567189)
+++ head/www/py-aioh2/Makefile	Wed Mar  3 18:13:06 2021	(r567190)
@@ -16,8 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3:www/py-h2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}priority>=1.3.0:www/py-priority@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
 USES=		python:3.4+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list