summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/tempest/tempest_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-11 14:07:36 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-11 14:07:36 -0500
commit796fcaf01b0499be36134168ccafadd6cc4f29a7 (patch)
tree822e26177bb03da6bb4ec2060d0896543b03c903 /meta-openstack/recipes-extended/tempest/tempest_git.bb
parent1cc33875814296935b5db7cafb1e02a5cc4e13b8 (diff)
downloadmeta-cloud-services-796fcaf01b0499be36134168ccafadd6cc4f29a7.tar.gz
tempest: depend on python-mox
Many openstack tests require mox and stubout, so we depend on python-mox to ensure they are available. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/tempest/tempest_git.bb')
-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 d747905..212eebe 100644
--- a/meta-openstack/recipes-extended/tempest/tempest_git.bb
+++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb
@@ -60,6 +60,7 @@ FILES_${PN} = "${libdir}/* \
60" 60"
61RDEPENDS_${PN} += " \ 61RDEPENDS_${PN} += " \
62 ${SRCNAME}-tests \ 62 ${SRCNAME}-tests \
63 python-mox \
63 python-testrepository \ 64 python-testrepository \
64 python-fixtures \ 65 python-fixtures \
65 python-keyring \ 66 python-keyring \