From 80b24ee6a5122bca48e99ccab1d3dc8394636c5b Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 13 Mar 2018 13:21:19 +0000 Subject: Allow usage with python 3.4 and 3.5 --- security/py-yubikey-manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile index 76079bdedc34..317b231aa397 100644 --- a/security/py-yubikey-manager/Makefile +++ b/security/py-yubikey-manager/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${FLAVOR} \ u2f-host:security/libu2f-host \ ykpers>0:security/ykpers -USES= python:3.6 +USES= python:3.4+ USE_PYTHON= autoplist distutils .include -- cgit