summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-09-22 12:28:21 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-22 14:40:09 -0400
commit3aea9262da4dfd639a9b376da09dc968042e8f8c (patch)
tree50ec21f1baf3914e18252945a2b672ba4591975c /meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
parent18e2886555209378a315da3a92319c2f7c096ef8 (diff)
downloadmeta-cloud-services-3aea9262da4dfd639a9b376da09dc968042e8f8c.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-openstackclient_1.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
index 3fd26d3..3aa733e 100644
--- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
@@ -14,3 +14,11 @@ SRC_URI[sha256sum] = "875b54ac95e29cc83ae76513b48306c8493c12d5ba7d23aea3432216f2
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
16inherit setuptools 16inherit setuptools
17
18DEPENDS += "\
19 python-pbr \
20 "
21
22RDEPENDS_${PN} += "\
23 python-pbr \
24 "