[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH] Dependency on pbr

Josep Puigdemont josep.puigdemont at enea.com
Mon Sep 21 07:57:43 PDT 2015


I've been hitting build issues every now and then due to python
packages that depend on python-pbr but have not properly declared
this dependency in their respective recipes. I have fixed some of
them as soon as they popped up, but that wouldn't catch all
packages missing this dependency.
In order to fix this, I looked att the packages that declare a
dependency on "pbr" in their setup.py file, and made it a
dependency also in their respective recipe.

I hope this is the proper way to solve this.

Josep Puigdemont (1):
  python packages: add build dependency on python-pbr

 meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 ++++
 .../recipes-devtools/python/python-heat-cfntools_1.2.8.bb         | 8 ++++++++
 meta-openstack/recipes-devtools/python/python-mox3_0.7.0.bb       | 4 ++++
 .../recipes-devtools/python/python-openstackclient_1.0.3.bb       | 8 ++++++++
 .../recipes-devtools/python/python-oslo.concurrency_1.5.0.bb      | 2 ++
 meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 2 ++
 meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb    | 2 ++
 meta-openstack/recipes-devtools/python/python-oslo.i18n_1.4.0.bb  | 2 ++
 meta-openstack/recipes-devtools/python/python-oslo.log_git.bb     | 1 +
 .../recipes-devtools/python/python-oslo.messaging_git.bb          | 2 ++
 .../recipes-devtools/python/python-oslo.middleware_0.4.0.bb       | 2 ++
 .../recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb         | 2 ++
 .../recipes-devtools/python/python-oslo.serialization_git.bb      | 2 ++
 meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb   | 2 ++
 meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb   | 5 +++++
 meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb | 2 ++
 meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb     | 2 ++
 meta-openstack/recipes-devtools/python/python-tooz_0.4.bb         | 2 ++
 18 files changed, 54 insertions(+)

-- 
1.9.1



More information about the meta-virtualization mailing list