svn commit: r524550 - head/security/py-first-server

Mathieu Arnold mat at FreeBSD.org
Wed Jan 29 14:23:15 UTC 2020


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


More information about the svn-ports-all mailing list