Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2018 21:57:27 +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: r482260 - head/misc/py-toil
Message-ID:  <201810162157.w9GLvRoS067770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct 16 21:57:27 2018
New Revision: 482260
URL: https://svnweb.freebsd.org/changeset/ports/482260

Log:
  py-toil is not compatible with python3

Modified:
  head/misc/py-toil/Makefile

Modified: head/misc/py-toil/Makefile
==============================================================================
--- head/misc/py-toil/Makefile	Tue Oct 16 20:05:52 2018	(r482259)
+++ head/misc/py-toil/Makefile	Tue Oct 16 21:57:27 2018	(r482260)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/p
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes



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