diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-15 09:55:50 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-29 10:23:22 -0400 |
| commit | 11bfe94bcd64f03cd700bc64fb47b4eff9f71b3d (patch) | |
| tree | 727c24308b307c3d34836e2f8dc9e8482dd03007 /meta-openstack/recipes-devtools/python | |
| parent | 43226f98a41691cdc85dd584080c3fea08b49434 (diff) | |
| download | meta-cloud-services-11bfe94bcd64f03cd700bc64fb47b4eff9f71b3d.tar.gz | |
python-pycadf: 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-pycadf_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb index 44b4498..58cb5bf 100644 --- a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb +++ b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb | |||
| @@ -20,6 +20,10 @@ 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 | " | ||
| 23 | 27 | ||
| 24 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
| 25 | python-babel \ | 29 | python-babel \ |
