aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2022-01-02 13:51:27 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2022-01-02 14:18:59 +0000
commite1ea8d479f5c073a39dd190806c8246c86ea7e2c (patch)
tree825fcfb0f37ddb1b5a527d81164af94035caffc0 /devel
parentc756ad5d9ccb23101ddd5764b344272c6579fead (diff)
downloadports-e1ea8d479f5c073a39dd190806c8246c86ea7e2c.tar.gz
ports-e1ea8d479f5c073a39dd190806c8246c86ea7e2c.zip
Diffstat (limited to 'devel')
-rw-r--r--devel/py-msal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-msal/Makefile b/devel/py-msal/Makefile
index a32bf0bec82e..f5e02b603e09 100644
--- a/devel/py-msal/Makefile
+++ b/devel/py-msal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= msal
DISTVERSION= 1.16.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,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}pyjwt1>=1.0.0<3:www/py-pyjwt1@${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+