summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2022-01-18 11:08:00 -0300
committerDanilo G. Baio <dbaio@FreeBSD.org>2022-01-18 11:08:00 -0300
commit6b725ff08421df02063b012ebf67d8a0d7d57dfd (patch)
tree9e1730b7266a7baa3b828dbfc60cf30c6b1082d6
parentdevel/py-fastjsonschema: Update to 2.15.3 (diff)
devel/py-msal: Fix requirement version
-rw-r--r--devel/py-msal/Makefile2
1 files changed, 1 insertions, 1 deletions
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