From 6a730c92c26ada427b5ea3abd29a2fd5e8616bad Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Wed, 10 Apr 2019 07:29:23 +0000 Subject: [PATCH] rgw/pubsub: add dependencies needed for pubsub tests Signed-off-by: Yuval Lifshitz --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 4337907cc9..a4a7062916 100644 --- a/setup.py +++ b/setup.py @@ -90,6 +90,9 @@ setup( 'apache-libcloud', # For apache-libcloud when using python < 2.7.9 'backports.ssl_match_hostname', + # For bucket notification testing in multisite + 'xmltodict', + 'boto3', ], -- 2.39.5