diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-22 12:28:21 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-22 14:40:09 -0400 |
| commit | 3aea9262da4dfd639a9b376da09dc968042e8f8c (patch) | |
| tree | 50ec21f1baf3914e18252945a2b672ba4591975c /meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb | |
| parent | 18e2886555209378a315da3a92319c2f7c096ef8 (diff) | |
| download | meta-cloud-services-3aea9262da4dfd639a9b376da09dc968042e8f8c.tar.gz | |
python packages: add build dependency on python-pbr
Some packages fail to build because their dependency on
python-pbr during built time is not properly stated in the
recipe. Sometimes the build succeeds anyway because the
python-pbr package has already been built previously. To
avoid the occasional build failure, this patch adds a
dependency on python-pbr to all those packages that
declare it as a dependency in their setup.py file.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb index 7e1fc09..1883dbb 100644 --- a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb | |||
| @@ -20,10 +20,12 @@ inherit setuptools | |||
| 20 | 20 | ||
| 21 | DEPENDS += " \ | 21 | DEPENDS += " \ |
| 22 | python-pip \ | 22 | python-pip \ |
| 23 | python-pbr \ | ||
| 23 | " | 24 | " |
| 24 | 25 | ||
| 25 | # RDEPENDS_default: | 26 | # RDEPENDS_default: |
| 26 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 27 | python-six \ | 28 | python-six \ |
| 28 | python-webob \ | 29 | python-webob \ |
| 30 | python-pbr \ | ||
| 29 | " | 31 | " |
