diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-11 14:07:36 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-11 14:07:36 -0500 |
commit | 796fcaf01b0499be36134168ccafadd6cc4f29a7 (patch) | |
tree | 822e26177bb03da6bb4ec2060d0896543b03c903 /meta-openstack/recipes-extended | |
parent | 1cc33875814296935b5db7cafb1e02a5cc4e13b8 (diff) | |
download | meta-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')
-rw-r--r-- | meta-openstack/recipes-extended/tempest/tempest_git.bb | 1 |
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 | " |
61 | RDEPENDS_${PN} += " \ | 61 | RDEPENDS_${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 \ |