Date: Tue, 18 Jan 2022 14:38:33 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b725ff08421 - main - devel/py-msal: Fix requirement version Message-ID: <202201181438.20IEcXBr097099@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201181438.20IEcXBr097099>