summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:03 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit04b268ed06c9ea78a5592f66b5660632a7bd7b2b (patch)
tree643bb28daac42d251b4f85d7f2987d2e4e6bd160
parent73b62854c584ab40cc8454bbc5ffd5ba773b627e (diff)
downloadmeta-cloud-services-04b268ed06c9ea78a5592f66b5660632a7bd7b2b.tar.gz
python-heat-cfntools: 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-heat-cfntools_1.2.8.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
index bb8f547..1160594 100644
--- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
@@ -13,6 +13,11 @@ DEPENDS += "\
13 python-pbr \ 13 python-pbr \
14 " 14 "
15 15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python-pbr-native \
19 "
20
16RDPENDS_${PN} += "\ 21RDPENDS_${PN} += "\
17 python-pbr \ 22 python-pbr \
18 " 23 "