Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2019 11:39:23 +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: r500102 - head/devel/py-buildbot-www
Message-ID:  <201904261139.x3QBdNQV028262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr 26 11:39:23 2019
New Revision: 500102
URL: https://svnweb.freebsd.org/changeset/ports/500102

Log:
  Unbreak

Modified:
  head/devel/py-buildbot-www/Makefile

Modified: head/devel/py-buildbot-www/Makefile
==============================================================================
--- head/devel/py-buildbot-www/Makefile	Fri Apr 26 11:33:08 2019	(r500101)
+++ head/devel/py-buildbot-www/Makefile	Fri Apr 26 11:39:23 2019	(r500102)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-console-v
 		${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes



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