diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-11 10:03:10 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-24 16:08:35 -0400 |
| commit | 82a81cae8f7ff3c79caaf3ce65426ac952453faf (patch) | |
| tree | 673402047f3d900fc7ffad487fbe3cdfc7f2306d /meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |
| parent | d925c91f9f6bec218ddf3a3cc26d3e9ea84bca17 (diff) | |
| download | meta-cloud-services-82a81cae8f7ff3c79caaf3ce65426ac952453faf.tar.gz | |
python-neutronclient: 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-neutronclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 5904e64..204f19b 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -9,6 +9,11 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 12 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS_${PN} += " \ |
| 13 | python-pbr \ | 18 | python-pbr \ |
| 14 | python-cliff \ | 19 | python-cliff \ |
