diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-21 16:57:44 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-22 14:40:03 -0400 |
| commit | ff5fbe0ce25763b7d9d4aa76ce76eaf77bfcdcc0 (patch) | |
| tree | a2c8d45645a567cdac102ea1fe9c3921bae8a382 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |
| parent | af7efd9aebb1daf314df8877725896eb75a67713 (diff) | |
| download | meta-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-glanceclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
| 25 | 25 | ||
| 26 | FILES_${PN} += "${datadir}/${SRCNAME}" | 26 | FILES_${PN} += "${datadir}/${SRCNAME}" |
| 27 | 27 | ||
| 28 | DEPENDS += " \ | ||
| 29 | python-pbr \ | ||
| 30 | " | ||
| 31 | |||
| 28 | RDEPENDS_${PN} = "gmp \ | 32 | RDEPENDS_${PN} = "gmp \ |
| 29 | python-warlock \ | 33 | python-warlock \ |
| 30 | python-pyopenssl \ | 34 | python-pyopenssl \ |
