summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-17 21:16:06 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-17 21:16:06 -0500
commita027a63237f2f3411f3c444c1b4a2658c8a21933 (patch)
tree821ae0a9ee3492dea08c6ae0851277080184449b /meta-openstack/recipes-extended
parent020aba635761941dab002ac084941f23b757d1d1 (diff)
downloadmeta-cloud-services-a027a63237f2f3411f3c444c1b4a2658c8a21933.tar.gz
tempest: add python oauth2 package requirement
The keystone self tests require oauth2, so we add it to our overall test package trigger .. tempest. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended')
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb
index 4194cb3..af2277a 100644
--- a/meta-openstack/recipes-extended/tempest/tempest_git.bb
+++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb
@@ -63,6 +63,7 @@ RDEPENDS_${PN} += " \
63 python-mox \ 63 python-mox \
64 python-mock \ 64 python-mock \
65 python-hp3parclient \ 65 python-hp3parclient \
66 python-oauth2 \
66 python-testrepository \ 67 python-testrepository \
67 python-fixtures \ 68 python-fixtures \
68 python-keyring \ 69 python-keyring \