diff options
Diffstat (limited to 'security/py-fido2/Makefile')
-rw-r--r-- | security/py-fido2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile index a8cf5cdfae4e..40301f52caa9 100644 --- a/security/py-fido2/Makefile +++ b/security/py-fido2/Makefile @@ -1,5 +1,5 @@ PORTNAME= fido2 -PORTVERSION= 1.2.0 +PORTVERSION= 2.0.0 CATEGORIES= security python MASTER_SITES= PYPI \ https://github.com/Yubico/python-fido2/releases/download/${PORTVERSION}/ @@ -13,11 +13,11 @@ WWW= https://developers.yubico.com/python-fido2/ \ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=2.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python +USES= python:3.10+ USE_PYTHON= autoplist cryptography pep517 unittest NO_ARCH= yes |