diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-15 09:55:44 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-29 10:23:22 -0400 |
| commit | bfe4d933e3958fb8cfec057ab5c6129380189b96 (patch) | |
| tree | 8301ad4bbb8e70dd68f0f8a83b79f58dee9fd526 /meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |
| parent | 829f361478f3dd33475efb4d222fa77feddc63dc (diff) | |
| download | meta-cloud-services-bfe4d933e3958fb8cfec057ab5c6129380189b96.tar.gz | |
python-os-client-config: 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-os-client-config_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb index e57abbb..a48f2c4 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |||
| @@ -17,6 +17,10 @@ inherit setuptools | |||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pbr \ | 18 | python-pbr \ |
| 19 | " | 19 | " |
| 20 | # Satisfy setup.py 'setup_requires' | ||
| 21 | DEPENDS += " \ | ||
| 22 | python-pbr-native \ | ||
| 23 | " | ||
| 20 | 24 | ||
| 21 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
| 22 | python-pbr \ | 26 | python-pbr \ |
