Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 14:23:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524550 - head/security/py-first-server
Message-ID:  <202001291423.00TENF86039189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jan 29 14:23:15 2020
New Revision: 524550
URL: https://svnweb.freebsd.org/changeset/ports/524550

Log:
  Fix bulk -a, one of its dependency does not support 3.5.

Modified:
  head/security/py-first-server/Makefile   (contents, props changed)

Modified: head/security/py-first-server/Makefile
==============================================================================
--- head/security/py-first-server/Makefile	Wed Jan 29 14:22:22 2020	(r524549)
+++ head/security/py-first-server/Makefile	Wed Jan 29 14:23:15 2020	(r524550)
@@ -20,7 +20,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oauth2client>=3.0
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.3:www/py-google-api-python-client@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}capstone>=3.0.4:devel/py-capstone@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	flavors
 
 USE_GITHUB=	yes



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