From ff5fbe0ce25763b7d9d4aa76ce76eaf77bfcdcc0 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Mon, 21 Sep 2015 16:57:44 +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 --- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index a8ba1ed..5435b06 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb @@ -25,6 +25,10 @@ inherit setuptools monitor FILES_${PN} += "${datadir}/${SRCNAME}" +DEPENDS += " \ + python-pbr \ + " + RDEPENDS_${PN} = "gmp \ python-warlock \ python-pyopenssl \ -- cgit v1.2.3-54-g00ecf