From c2d6d42d5258de8d14195b40ac330e2a8471d284 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 23 May 2017 17:01:23 +0200 Subject: 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 --- meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb') 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" inherit setuptools monitor rmargparse -DEPENDS = "python-setuptools-git" DEPENDS += " \ python-pip \ python-pbr \ @@ -24,6 +23,7 @@ DEPENDS += " \ RDEPENDS_${PN} += "python-iso8601 \ python-prettytable \ python-requests \ + python-setuptools-git \ python-simplejson \ python-pbr \ " -- cgit v1.2.3-54-g00ecf