summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index efd514f..2884e0f 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -15,8 +15,14 @@ S = "${WORKDIR}/git"
15 15
16inherit setuptools 16inherit setuptools
17 17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
18RDEPENDS_${PN} += "python-iso8601 \ 23RDEPENDS_${PN} += "python-iso8601 \
19 python-prettytable \ 24 python-prettytable \
20 python-requests \ 25 python-requests \
21 python-simplejson \ 26 python-simplejson \
27 python-pbr \
22 " 28 "