git: eacd882a2f2f - main - devel/py-msal: Fix dependency version

Danilo G. Baio dbaio at FreeBSD.org
Mon May 17 22:43:32 UTC 2021


The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eacd882a2f2f274a151309e830e5d1671871f2b6

commit eacd882a2f2f274a151309e830e5d1671871f2b6
Author:     Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-05-17 22:36:34 +0000
Commit:     Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-05-17 22:39:19 +0000

    devel/py-msal: Fix dependency version
    
    PR:             255941
    Reported by:    Rudolph <rudolphfroger at dreamsolution.nl>
---
 devel/py-msal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-msal/Makefile b/devel/py-msal/Makefile
index f5dc78e48943..df54baa72cb4 100644
--- a/devel/py-msal/Makefile
+++ b/devel/py-msal/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Microsoft Authentication Library (MSAL) for Python
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<2:www/py-pyjwt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>=0.6<4:security/py-cryptography@${PY_FLAVOR}
 
 USES=		python:3.6+


More information about the dev-commits-ports-all mailing list