From: Yuval Lifshitz Date: Wed, 10 Apr 2019 07:29:23 +0000 (+0000) Subject: rgw/pubsub: add dependencies needed for pubsub tests X-Git-Tag: 1.1.0~252^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1286%2Fhead;p=teuthology.git rgw/pubsub: add dependencies needed for pubsub tests Signed-off-by: Yuval Lifshitz --- diff --git a/setup.py b/setup.py index 4337907cc..a4a706291 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', ],