summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:09 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:21 -0400
commit3ff629b4bd860f25b912599b79d451a5799b3be2 (patch)
treee3a97892f8e6c8f1fb327508ffec85ea7379fa98 /meta-openstack/recipes-devtools/python/python-nova_git.bb
parentd73858d4df716b901b8b71e30b6a971c3399b04d (diff)
downloadmeta-cloud-services-3ff629b4bd860f25b912599b79d451a5799b3be2.tar.gz
python-nova: satisfy setup.py setup_requires
Commit 8fdbb0381d disallows fetch of code during do_compile task. This commits extends DEPENDS to python-pbr-native. Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-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 \