Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2021 22:43:32 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eacd882a2f2f - main - devel/py-msal: Fix dependency version
Message-ID:  <202105172243.14HMhWpH074553@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

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

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

    devel/py-msal: Fix dependency version
    
    PR:             255941
    Reported by:    Rudolph <rudolphfroger@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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105172243.14HMhWpH074553>