diff options
author | bapt <bapt@FreeBSD.org> | 2018-03-13 21:21:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-03-13 21:21:19 +0800 |
commit | 80b24ee6a5122bca48e99ccab1d3dc8394636c5b (patch) | |
tree | f924d1168ed0fa47b66a29235f4f739df16cf058 | |
parent | 22fd5545cb8595a489e134e8251da1f1ff7e51b0 (diff) | |
download | freebsd-ports-gnome-80b24ee6a5122bca48e99ccab1d3dc8394636c5b.tar.gz freebsd-ports-gnome-80b24ee6a5122bca48e99ccab1d3dc8394636c5b.tar.zst freebsd-ports-gnome-80b24ee6a5122bca48e99ccab1d3dc8394636c5b.zip |
Allow usage with python 3.4 and 3.5
-rw-r--r-- | security/py-yubikey-manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |