summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-osprofiler: uprev to v1.5.0Mark Asselstine2017-01-251-31/+0
| | | | | | | This uprev is required to suppor the uprev of python-keyston to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
* python packages: add build dependency on python-pbrJosep Puigdemont2015-09-221-0/+2
| | | | | | | | | | | | | 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>
* osprofiler: add os profiling python supportBruce Ashfield2014-08-201-0/+29
osprofiler is part of the juno glance pipelien processing. So to meet the requirements of glance-api, we introduce the recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>