]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
rgw/pubsub: add dependencies needed for pubsub tests 1286/head
authorYuval Lifshitz <yuvalif@yahoo.com>
Wed, 10 Apr 2019 07:29:23 +0000 (07:29 +0000)
committerYuval Lifshitz <yuvalif@yahoo.com>
Wed, 10 Apr 2019 07:29:23 +0000 (07:29 +0000)
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
setup.py

index 4337907cc9e5372ef9798d606f94717ed38233b2..a4a7062916e822976829c5bc2d8851864b7b1389 100644 (file)
--- 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',
                       ],