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