summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:53:56 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:30:20 -0400
commit36abb8013c4aecf84fd92510b41bd5fd4bf692e7 (patch)
tree34ecadbd867720363751f2d3dc3182b6bf95060e
parenta87da00a7c34fdfc4738263cef22279380147120 (diff)
downloadmeta-cloud-services-36abb8013c4aecf84fd92510b41bd5fd4bf692e7.tar.gz
pythin-castellan: 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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-castellan_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-castellan_git.bb b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
index 9401ad9..6c19b8b 100644
--- a/meta-openstack/recipes-devtools/python/python-castellan_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23 23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
24RDEPENDS_${PN} += " \ 29RDEPENDS_${PN} += " \
25 python-pbr \ 30 python-pbr \
26 python-babel \ 31 python-babel \