diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-15 09:55:43 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-29 10:23:22 -0400 |
| commit | 829f361478f3dd33475efb4d222fa77feddc63dc (patch) | |
| tree | a7861a1c92030b28b00e57c0abe3d60c997c0f7a /meta-openstack/recipes-devtools/python | |
| parent | 49b7baae52ee12ec8fda0771339b23b5e5c5623f (diff) | |
| download | meta-cloud-services-829f361478f3dd33475efb4d222fa77feddc63dc.tar.gz | |
python-osc-lib: 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-osc-lib_1.7.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb index 64e1a17..e3328d7 100644 --- a/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb +++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb | |||
| @@ -9,6 +9,11 @@ SRC_URI[sha256sum] = "7dee72f13e5478f8d3d836267fa019b99ed4d5e478fc08bbcc9e23029d | |||
| 9 | 9 | ||
| 10 | inherit setuptools pypi | 10 | inherit setuptools pypi |
| 11 | 11 | ||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 12 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS_${PN} += " \ |
| 13 | python-pbr \ | 18 | python-pbr \ |
| 14 | python-six \ | 19 | python-six \ |
