1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Allow usage with python 3.4 and 3.5

This commit is contained in:
Baptiste Daroussin 2018-03-13 13:21:19 +00:00
parent cbfaa547d9
commit 9f4520bf53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464371

View File

@ -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>