git: 6b725ff08421 - main - devel/py-msal: Fix requirement version

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Tue, 18 Jan 2022 14:38:33 UTC
The branch main has been updated by dbaio:

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

commit 6b725ff08421df02063b012ebf67d8a0d7d57dfd
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-01-18 14:08:00 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-01-18 14:08:00 +0000

    devel/py-msal: Fix requirement version
---
 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 f5e02b603e09..4a96dfa42101 100644
--- a/devel/py-msal/Makefile
+++ b/devel/py-msal/Makefile
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${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}
+		${PYTHON_PKGNAMEPREFIX}cryptography>=0.6<38:security/py-cryptography@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils