svn commit: r509714 - head/security/py-keystone

Antoine Brodin antoine at FreeBSD.org
Sat Aug 24 08:28:23 UTC 2019


Author: antoine
Date: Sat Aug 24 08:28:22 2019
New Revision: 509714
URL: https://svnweb.freebsd.org/changeset/ports/509714

Log:
  Unbreak bulk -a
  
  Pointy hat:	amdmi3

Modified:
  head/security/py-keystone/Makefile

Modified: head/security/py-keystone/Makefile
==============================================================================
--- head/security/py-keystone/Makefile	Sat Aug 24 08:18:29 2019	(r509713)
+++ head/security/py-keystone/Makefile	Sat Aug 24 08:28:22 2019	(r509714)
@@ -51,7 +51,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/p
 		${PYTHON_PKGNAMEPREFIX}osprofiler>=1.4.0:devel/py-osprofiler@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2013.6:devel/py-pytz@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list