Skip to content

Commit

Permalink
devel/py-msal: Fix requirement version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaio committed Jan 18, 2022
1 parent 5413f03 commit 6b725ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-msal/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 6b725ff

Please sign in to comment.