summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:53:59 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:21 -0400
commitd6d735549f80c16926882921eda0c563192edee9 (patch)
tree6a7e1d6cea9aef46e7ba05fd4b4686018cf9ae86
parent4f150b9b4cc15c67df9afef5ef3d59da4300de15 (diff)
downloadmeta-cloud-services-d6d735549f80c16926882921eda0c563192edee9.tar.gz
python-cursive: 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-cursive_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cursive_git.bb b/meta-openstack/recipes-devtools/python/python-cursive_git.bb
index 83be034..ce82998 100644
--- a/meta-openstack/recipes-devtools/python/python-cursive_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cursive_git.bb
@@ -18,6 +18,11 @@ DEPENDS += " \
18 python-pbr \ 18 python-pbr \
19 " 19 "
20 20
21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \
23 python-pbr-native \
24 "
25
21RDEPENDS_${PN} += " \ 26RDEPENDS_${PN} += " \
22 python-pbr \ 27 python-pbr \
23 python-lxml \ 28 python-lxml \