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-nova_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 008a124..8c643bd 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -265,6 +265,11 @@ DEPENDS += " \
265 python-pbr \ 265 python-pbr \
266 " 266 "
267 267
268# Satisfy setup.py 'setup_requires'
269DEPENDS += " \
270 python-pbr-native \
271 "
272
268RDEPENDS_${PN} += " \ 273RDEPENDS_${PN} += " \
269 libvirt \ 274 libvirt \
270 python-pbr \ 275 python-pbr \