git: 11327766cf02 - main - www/py-dj51-django-allauth: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 May 2025 12:41:47 UTC
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=11327766cf02919fec79323d03c6674c1d8155ac commit 11327766cf02919fec79323d03c6674c1d8155ac Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2025-05-06 12:39:52 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2025-05-06 12:41:32 +0000 www/py-dj51-django-allauth: Add missing dependency Wth the MFA option enabled, py-fido2 is also required. PR: 286533 Co-authored-by: Sebastian <sko@rostwald.de> --- www/py-dj51-django-allauth/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-dj51-django-allauth/Makefile b/www/py-dj51-django-allauth/Makefile index ab76e8235404..0a78a28e282f 100644 --- a/www/py-dj51-django-allauth/Makefile +++ b/www/py-dj51-django-allauth/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-allauth PORTVERSION= 65.7.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- @@ -32,7 +33,8 @@ SAML_DESC= Security Assertion Markup Language support SOCIALACCOUNT_DESC= Social network account support STEAM_DESC= Steam OpenID authentication support -MFA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR} +MFA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fido2>=0:security/py-fido2@${PY_FLAVOR} OPENID_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.15.0<2.0.0:security/py-python3-saml@${PY_FLAVOR} SOCIALACCOUNT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \