summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:11 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:30:20 -0400
commit02e0f2e6673fbb09256bd8a2f268a8b40e26e143 (patch)
tree649a0268798dae8380cb8281f14324ae005554ec /meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
parentfcb7c8e7ff9a2ef4f7013704a8d5105771261df5 (diff)
downloadmeta-cloud-services-02e0f2e6673fbb09256bd8a2f268a8b40e26e143.tar.gz
python-openstacksdk: 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-openstacksdk_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb b/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
index 12472ec..96db3c0 100644
--- a/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstacksdk_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-jsonpatch \ 28 python-jsonpatch \