diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-26 10:40:33 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-05 12:02:04 -0400 |
| commit | 5fbd409f229ec66d2b5d58b7162edf696be7de85 (patch) | |
| tree | 8626ca9fb1b5f845c1e1c542204b5935b4ff3985 /meta-openstack/recipes-devtools/python | |
| parent | 7481990a7a909e9502ebef72de92324ce4029386 (diff) | |
| download | meta-cloud-services-5fbd409f229ec66d2b5d58b7162edf696be7de85.tar.gz | |
python-osprofiler: 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-osprofiler_1.5.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb index 16b9b36..efb38a0 100644 --- a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb +++ b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb | |||
| @@ -16,6 +16,11 @@ DEPENDS += " \ | |||
| 16 | python-pbr \ | 16 | python-pbr \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | # Satisfy setup.py 'setup_requires' | ||
| 20 | DEPENDS += " \ | ||
| 21 | python-pbr-native \ | ||
| 22 | " | ||
| 23 | |||
| 19 | # RDEPENDS_default: | 24 | # RDEPENDS_default: |
| 20 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
| 21 | python-pbr \ | 26 | python-pbr \ |
