summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-oslo.messaging: change to python3zangrc2020-10-011-52/+0
| | | | | | | Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python: prepare for python3 only configurationBruce Ashfield2020-01-221-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-oslo.messaging: Fix build error as following:Lei Maohui2018-05-291-0/+5
| | | | | | | "distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')" Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo*: uprev to latest stable/pikeMark Asselstine2017-11-081-8/+4
| | | | | | | | | | | Uprev all of the existing 'oslo' packages to the latest commit on the stable/pike branch. This will allow us to prepare for the uprev of the main openstack components to stable/pike. Dependencies are been validated and uprev'd/added as needed. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.messaging: uprev to latest stable/newtonMark Asselstine2017-01-211-6/+9
| | | | | | | | | Requires updates to python-futurist, requires a version of python-amqp<2.0, new recipe for python-pika-pool and update python-oslo.middleware Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo*: uprev to versions required by libertyMark Asselstine2016-02-051-4/+23
| | | | | | | | This set of updates is fairly straightforward, for the most part it is an update of the git SHA and an update of the dependencies. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@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>
* oslo.messaging: add bash to rdependsBruce Ashfield2015-02-221-0/+1
| | | | | | | | | | We get the following QA warning: WARNING: QA Issue: python-oslo.messaging requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] So we add bash to the redepends to fix the issue. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* oslo: update to latest versionsBruce Ashfield2015-02-211-2/+2
| | | | | | | To get the clients functional, we need to update to the latest oslo release (and git trees). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* horizon: update dependencies for juno rc2Bruce Ashfield2014-10-211-2/+2
| | | | | | Updating the horizon dependent packages to the juno-rc2 required versions Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* oslo.messaging: update to 1.4.0.0a4Bruce Ashfield2014-08-261-0/+26
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>