svn commit: r531268 - head/devel/py-django-tastypie-mongoengine

Antoine Brodin antoine at FreeBSD.org
Thu Apr 9 20:19:50 UTC 2020


Author: antoine
Date: Thu Apr  9 20:19:49 2020
New Revision: 531268
URL: https://svnweb.freebsd.org/changeset/ports/531268

Log:
  Unbreak bulk -a

Modified:
  head/devel/py-django-tastypie-mongoengine/Makefile

Modified: head/devel/py-django-tastypie-mongoengine/Makefile
==============================================================================
--- head/devel/py-django-tastypie-mongoengine/Makefile	Thu Apr  9 20:04:25 2020	(r531267)
+++ head/devel/py-django-tastypie-mongoengine/Makefile	Thu Apr  9 20:19:49 2020	(r531268)
@@ -21,7 +21,7 @@ RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}django-tastypie>=
 USE_GITHUB=		yes
 GH_ACCOUNT=		wlanslovenija
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list