summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-09-21 16:57:44 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-22 14:40:03 -0400
commitff5fbe0ce25763b7d9d4aa76ce76eaf77bfcdcc0 (patch)
treea2c8d45645a567cdac102ea1fe9c3921bae8a382 /meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
parentaf7efd9aebb1daf314df8877725896eb75a67713 (diff)
downloadmeta-cloud-services-ff5fbe0ce25763b7d9d4aa76ce76eaf77bfcdcc0.tar.gz
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 <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb b/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
index 6762b6c..1857063 100644
--- a/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
@@ -20,6 +20,7 @@ FILES_${PN} += "${datadir}/etc/${SRCNAME}/*"
20 20
21DEPENDS += " \ 21DEPENDS += " \
22 python-pip \ 22 python-pip \
23 python-pbr \
23 " 24 "
24 25
25RDEPENDS_${PN} += " \ 26RDEPENDS_${PN} += " \
@@ -30,4 +31,5 @@ RDEPENDS_${PN} += " \
30 python-pytz \ 31 python-pytz \
31 python-six \ 32 python-six \
32 python-webob \ 33 python-webob \
34 python-pbr \
33 " 35 "