From 3aea9262da4dfd639a9b376da09dc968042e8f8c Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Tue, 22 Sep 2015 12:28:21 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-heat-cfntools_1.2.8.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb') diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb index 3d6756a..1915fc1 100644 --- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb +++ b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb @@ -15,3 +15,11 @@ SRC_URI[sha256sum] = "de7d93338d3afb71cc4c53d713740316ead0af3a9c869b1231617347e9 S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools + +DEPENDS += "\ + python-pbr \ + " + +RDPENDS_${PN} += "\ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf