svn commit: r527853 - head/devel/py-cle

Antoine Brodin antoine at FreeBSD.org
Thu Mar 5 22:59:59 UTC 2020


Author: antoine
Date: Thu Mar  5 22:59:57 2020
New Revision: 527853
URL: https://svnweb.freebsd.org/changeset/ports/527853

Log:
  Unbreak bulk -a

Modified:
  head/devel/py-cle/Makefile

Modified: head/devel/py-cle/Makefile
==============================================================================
--- head/devel/py-cle/Makefile	Thu Mar  5 21:41:26 2020	(r527852)
+++ head/devel/py-cle/Makefile	Thu Mar  5 22:59:57 2020	(r527853)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cf
 		${PYTHON_PKGNAMEPREFIX}pyvex>0:security/py-pyvex@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.0:devel/py-sortedcontainers@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list