Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:11:00 +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: r567159 - head/devel/py-pytest-aiohttp
Message-ID:  <202103031811.123IB024044736@repo.freebsd.org>

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



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