diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-05-23 17:01:23 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-07 11:44:16 +0200 |
| commit | c2d6d42d5258de8d14195b40ac330e2a8471d284 (patch) | |
| tree | 3088b83c9103284809c7953b8395f0acc3f68a16 /meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |
| parent | a7ee783c3d047c73409c30e0248c2bdbf195ed82 (diff) | |
| download | meta-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/python-novaclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 2 |
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 | ||
| 16 | inherit setuptools monitor rmargparse | 16 | inherit setuptools monitor rmargparse |
| 17 | 17 | ||
| 18 | DEPENDS = "python-setuptools-git" | ||
| 19 | DEPENDS += " \ | 18 | DEPENDS += " \ |
| 20 | python-pip \ | 19 | python-pip \ |
| 21 | python-pbr \ | 20 | python-pbr \ |
| @@ -24,6 +23,7 @@ DEPENDS += " \ | |||
| 24 | RDEPENDS_${PN} += "python-iso8601 \ | 23 | RDEPENDS_${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 | " |
