summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-10-02 15:50:56 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-10-06 12:15:04 -0400
commitdd6a23ab2a9664ae4d6f10f9339cc70340a5e31a (patch)
tree81014428ca0d0577671c9569826f98a56cb800d5 /meta-openstack/recipes-devtools/python
parente92b728228e4111be73dea34774c4c0f4d09223b (diff)
downloadmeta-cloud-services-dd6a23ab2a9664ae4d6f10f9339cc70340a5e31a.tar.gz
python-glance, glancestore: require oslo.vmware
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb1
-rw-r--r--meta-openstack/recipes-devtools/python/python-glancestore_git.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index dd6d0ef..389385c 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -198,6 +198,7 @@ RDEPENDS_${PN} += "python-greenlet \
198 python-osprofiler \ 198 python-osprofiler \
199 python-retrying \ 199 python-retrying \
200 python-glancestore \ 200 python-glancestore \
201 python-oslo.vmware \
201 " 202 "
202 203
203RDEPENDS_${SRCNAME} = "${PN} \ 204RDEPENDS_${SRCNAME} = "${PN} \
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
index 43707ee..9a03e55 100644
--- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
@@ -29,5 +29,6 @@ RDEPENDS_${PN} = " \
29 python-cinderclient \ 29 python-cinderclient \
30 python-oslo.config \ 30 python-oslo.config \
31 python-oslo.i18n \ 31 python-oslo.i18n \
32 python-oslo.vmware \
32 " 33 "
33 34