diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-26 10:40:38 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-05 12:02:04 -0400 |
| commit | 184c58538a2c2a4af53795aeb379da6506121e8f (patch) | |
| tree | 1107617e1aed81166e2a34eedb3a10f9a0062d29 /meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb | |
| parent | 0a291681eeb0463131796f9cea74ea7969731a68 (diff) | |
| download | meta-cloud-services-184c58538a2c2a4af53795aeb379da6506121e8f.tar.gz | |
python-oslo.versionedobjects: 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.versionedobjects_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb index d62b451..574ac88 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_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_default: | 27 | # RDEPENDS_default: |
| 23 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
| 24 | python-six \ | 29 | python-six \ |
