svn commit: r464371 - head/security/py-yubikey-manager

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 13 13:21:20 UTC 2018


Author: bapt
Date: Tue Mar 13 13:21:19 2018
New Revision: 464371
URL: https://svnweb.freebsd.org/changeset/ports/464371

Log:
  Allow usage with python 3.4 and 3.5

Modified:
  head/security/py-yubikey-manager/Makefile

Modified: head/security/py-yubikey-manager/Makefile
==============================================================================
--- head/security/py-yubikey-manager/Makefile	Tue Mar 13 13:14:05 2018	(r464370)
+++ head/security/py-yubikey-manager/Makefile	Tue Mar 13 13:21:19 2018	(r464371)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security
 		u2f-host:security/libu2f-host \
 		ykpers>0:security/ykpers
 
-USES=		python:3.6
+USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list