svn commit: r545459 - head/www/py-django-jsonview

Antoine Brodin antoine at FreeBSD.org
Wed Aug 19 21:59:55 UTC 2020


Author: antoine
Date: Wed Aug 19 21:59:54 2020
New Revision: 545459
URL: https://svnweb.freebsd.org/changeset/ports/545459

Log:
  Unbreak bulk -a

Modified:
  head/www/py-django-jsonview/Makefile

Modified: head/www/py-django-jsonview/Makefile
==============================================================================
--- head/www/py-django-jsonview/Makefile	Wed Aug 19 21:58:59 2020	(r545458)
+++ head/www/py-django-jsonview/Makefile	Wed Aug 19 21:59:54 2020	(r545459)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list