From c54d1148669d16d6021de2132f1db559dec53771 Mon Sep 17 00:00:00 2001 From: Pamfilos Fokianos Date: Thu, 25 Feb 2021 16:56:47 +0100 Subject: [PATCH] global: fix cryptography installation * https://github.com/Azure/azure-cli/issues/16858 Signed-off-by: Pamfilos Fokianos --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 100693a49a..4e84c389b9 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,9 @@ 'python-gitlab>=1.0.2', 'python-cern-sso-krb==1.3.3', 'python-gssapi==0.6.4', + # FIX cryptography <=3.3.2 is needed for installation not to crash + # https://github.com/Azure/azure-cli/issues/16858 + 'cryptography<=3.3.2', 'paramiko==2.7.1', 'cachetools==3.1.0',