summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-05-23 17:01:23 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-06-07 11:44:16 +0200
commitc2d6d42d5258de8d14195b40ac330e2a8471d284 (patch)
tree3088b83c9103284809c7953b8395f0acc3f68a16 /meta-openstack/recipes-devtools/python
parenta7ee783c3d047c73409c30e0248c2bdbf195ed82 (diff)
downloadmeta-cloud-services-c2d6d42d5258de8d14195b40ac330e2a8471d284.tar.gz
python-novaclient: Move python-setuptools-git to runtime depdendencies
Besides the logical sense, the current placement causes some weird ordering issues in the do_prepare_recipe_sysroot task, leading to the setuptools module not being populated in the recipe native sysroot, leading to the following error: ************* When changing the order or moving to RDEPENDS the issue is gone. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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 "