svn commit: r567159 - head/devel/py-pytest-aiohttp

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


Author: sunpoet
Date: Wed Mar  3 18:10:59 2021
New Revision: 567159
URL: https://svnweb.freebsd.org/changeset/ports/567159

Log:
  Cosmetic change

Modified:
  head/devel/py-pytest-aiohttp/Makefile

Modified: head/devel/py-pytest-aiohttp/Makefile
==============================================================================
--- head/devel/py-pytest-aiohttp/Makefile	Wed Mar  3 18:10:55 2021	(r567158)
+++ head/devel/py-pytest-aiohttp/Makefile	Wed Mar  3 18:10:59 2021	(r567159)
@@ -16,8 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3.5:www/py-aiohttp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${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