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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index a2775ec..9daaf67 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -15,7 +15,6 @@ S = "${WORKDIR}/git"
15 15
16inherit setuptools monitor rmargparse 16inherit setuptools monitor rmargparse
17 17
18DEPENDS = "python-setuptools-git"
19DEPENDS += " \ 18DEPENDS += " \
20 python-pip \ 19 python-pip \
21 python-pbr \ 20 python-pbr \
@@ -24,6 +23,7 @@ DEPENDS += " \
24RDEPENDS_${PN} += "python-iso8601 \ 23RDEPENDS_${PN} += "python-iso8601 \
25 python-prettytable \ 24 python-prettytable \
26 python-requests \ 25 python-requests \
26 python-setuptools-git \
27 python-simplejson \ 27 python-simplejson \
28 python-pbr \ 28 python-pbr \
29 " 29 "