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