diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-15 09:55:45 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-29 10:23:22 -0400 |
| commit | 2d945c52f7f54885b1a73738b7327ef0514b7053 (patch) | |
| tree | 1c1a62fa0b3a71cb77546fe2516b84e4ae8a83b1 /meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |
| parent | bfe4d933e3958fb8cfec057ab5c6129380189b96 (diff) | |
| download | meta-cloud-services-2d945c52f7f54885b1a73738b7327ef0514b7053.tar.gz | |
python-oslo.messaging: 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/python-oslo.messaging_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb index 6cd5d76..7fe66f1 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |||
| @@ -20,6 +20,11 @@ DEPENDS += " \ | |||
| 20 | python-pbr \ | 20 | python-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 23 | # RDEPENDS_default: | 28 | # RDEPENDS_default: |
| 24 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS_${PN} += " \ |
| 25 | bash \ | 30 | bash \ |
