svn commit: r514679 - head/devel/py-zipp

Antoine Brodin antoine at FreeBSD.org
Thu Oct 17 18:44:06 UTC 2019


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>


More information about the svn-ports-head mailing list