Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2020 20:19:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531268 - head/devel/py-django-tastypie-mongoengine
Message-ID:  <202004092019.039KJntC059408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004092019.039KJntC059408>