Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 18:44:05 +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: r514679 - head/devel/py-zipp
Message-ID:  <201910171844.x9HIi5OF070366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct 17 18:44:05 2019
New Revision: 514679
URL: https://svnweb.freebsd.org/changeset/ports/514679

Log:
  Unbreak

Modified:
  head/devel/py-zipp/Makefile

Modified: head/devel/py-zipp/Makefile
==============================================================================
--- head/devel/py-zipp/Makefile	Thu Oct 17 18:37:57 2019	(r514678)
+++ head/devel/py-zipp/Makefile	Thu Oct 17 18:44:05 2019	(r514679)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



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