svn commit: r540859 - head/devel/py-ttictoc

Antoine Brodin antoine at FreeBSD.org
Tue Jun 30 06:15:45 UTC 2020


Author: antoine
Date: Tue Jun 30 06:15:44 2020
New Revision: 540859
URL: https://svnweb.freebsd.org/changeset/ports/540859

Log:
  Unbreak bulk -a

Modified:
  head/devel/py-ttictoc/Makefile

Modified: head/devel/py-ttictoc/Makefile
==============================================================================
--- head/devel/py-ttictoc/Makefile	Tue Jun 30 06:11:00 2020	(r540858)
+++ head/devel/py-ttictoc/Makefile	Tue Jun 30 06:15:44 2020	(r540859)
@@ -16,7 +16,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}black>0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
 
-USES=	localbase python
+USES=	localbase python:3.6+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list