summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:16 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commitccd9021f862d57cd2dada66cd3803ebb60689bfb (patch)
treebdfde7e74e5148148c36fec69b59fe6a021e729f /meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
parent54a5ded557b937b659b37ac0c17e4190474fa48e (diff)
downloadmeta-cloud-services-ccd9021f862d57cd2dada66cd3803ebb60689bfb.tar.gz
python-os-xenapi: 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-os-xenapi_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
index 66850d0..b6ef425 100644
--- a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
23 python-pbr \ 28 python-pbr \
24 python-babel \ 29 python-babel \