From: Alfonso Martínez Date: Fri, 29 Nov 2019 10:49:46 +0000 (+0100) Subject: Add cryptography as explicit dependency X-Git-Tag: 1.1.0~187^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1371%2Fhead;p=teuthology.git Add cryptography as explicit dependency Right now it's installed implicitly, but these feature tests require it: https://github.com/ceph/ceph/pull/31922 Signed-off-by: Alfonso Martínez --- diff --git a/setup.py b/setup.py index 4ab4e4bad..865d68626 100644 --- a/setup.py +++ b/setup.py @@ -91,6 +91,7 @@ setup( # For bucket notification testing in multisite 'xmltodict', 'boto3', + 'cryptography >= 2.7', # For RGW bucket MFA Delete TOTP. ], extras_require = { 'coverage': [ 'mysqlclient == 1.4.2'],