summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:27 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit0af0d3021eb2b4673a5b5d7e39d099f1df41e846 (patch)
tree969685d2ae5a9440ea69b4e43e5cde389da2e9d0
parentff27089c9b7b1bf235053f10fcb576d171ed28cc (diff)
downloadmeta-cloud-services-0af0d3021eb2b4673a5b5d7e39d099f1df41e846.tar.gz
python-trove: 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>
-rwxr-xr-xmeta-openstack/recipes-devtools/python/python-trove_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb
index f1b6aac..f5a75a0 100755
--- a/meta-openstack/recipes-devtools/python/python-trove_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb
@@ -238,6 +238,11 @@ DEPENDS += " \
238 python-pip \ 238 python-pip \
239 " 239 "
240 240
241# Satisfy setup.py 'setup_requires'
242DEPENDS += " \
243 python-pbr-native \
244 "
245
241RDEPENDS_${PN} += " \ 246RDEPENDS_${PN} += " \
242 python-babel \ 247 python-babel \
243 python-cinderclient \ 248 python-cinderclient \