summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9f370bf..3e52d0e 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 \