net-mgmt/py-adal: Use newer version of pyjwt

It is needed to avoid conflicts when using azure-cli ports.

Approved by:	portmgr (blanket)
This commit is contained in:
Danilo G. Baio
2022-01-02 10:52:08 -03:00
parent e1ea8d479f
commit f220484156

View File

@@ -2,7 +2,7 @@
PORTNAME= adal
PORTVERSION= 1.2.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT= Authentication to Azure Active Directory for Python applications
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${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}dateutil>=2.1.0<3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR}