From 6b9d920e9afde8997de0113e7d89955faa948643 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Fri, 29 Nov 2019 11:49:46 +0100 Subject: [PATCH] Add cryptography as explicit dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4ab4e4bad7..865d68626f 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'], -- 2.39.5