summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
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