Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 14:19:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551213 - head/devel/py-pytest-twisted
Message-ID:  <202010021419.092EJ7G0070061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct  2 14:19:07 2020
New Revision: 551213
URL: https://svnweb.freebsd.org/changeset/ports/551213

Log:
  Unbreak bulk -a

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

Modified: head/devel/py-pytest-twisted/Makefile
==============================================================================
--- head/devel/py-pytest-twisted/Makefile	Fri Oct  2 14:06:31 2020	(r551212)
+++ head/devel/py-pytest-twisted/Makefile	Fri Oct  2 14:19:07 2020	(r551213)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=0:devel
 		${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=2.3:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python zip
+USES=		python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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