diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-26 10:40:37 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-05 12:02:04 -0400 |
| commit | 0a291681eeb0463131796f9cea74ea7969731a68 (patch) | |
| tree | d65c4f15e1d54ff7d28af56d3d6685ba1eacaa2d /meta-openstack/recipes-devtools/python | |
| parent | 77f3610eef077985bac285bc235761380e7b1c86 (diff) | |
| download | meta-cloud-services-0a291681eeb0463131796f9cea74ea7969731a68.tar.gz | |
python-barbicanclient: Fix build error as following:
"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')"
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb index 8b1b8e9..2d57158 100644 --- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | |||
| @@ -19,6 +19,11 @@ DEPENDS += " \ | |||
| 19 | python-pbr \ | 19 | python-pbr \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 22 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 23 | python-pbr \ | 28 | python-pbr \ |
| 24 | python-requests \ | 29 | python-requests \ |
